Skip to content

Commit 26f5960

Browse files
authored
Merge pull request #21 from IsaacIngram/master
Add whitespace above machine names for readability
2 parents 51a37c6 + 423a723 commit 26f5960

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/list.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pub fn list(matches: &ArgMatches, api: &mut API) -> Result<(), APIError> {
66
let drinks = api.get_status_for_machine(matches.value_of("machine"))?;
77

88
for machine in drinks.machines {
9+
println!();
910
let subject_line = format!("{} ({})", machine.display_name, machine.name);
1011
println!("{}", &subject_line);
1112
println!("{}", "=".repeat(subject_line.len()));

0 commit comments

Comments
 (0)