Fix typos
This commit is contained in:
parent
ef2583e537
commit
ec8e9f3dec
@ -171,7 +171,7 @@ fn main() -> Result<()> {
|
|||||||
for circuit in site.details(&mut ctx)?.circuits {
|
for circuit in site.details(&mut ctx)?.circuits {
|
||||||
println!(" Circuit {} ({}A)", circuit.id, circuit.rated_current);
|
println!(" Circuit {} ({}A)", circuit.id, circuit.rated_current);
|
||||||
for charger in circuit.chargers {
|
for charger in circuit.chargers {
|
||||||
println!("Charger {} (level {}", charger.id, charger.level_of_access);
|
println!(" Charger {} (level {})", charger.id, charger.level_of_access);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user