Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <dusan@dusanmalusev.dev>
  • Loading branch information
CodeLieutenant committed Sep 12, 2022
1 parent ca84cda commit b18e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts-edit/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ where

list_command(
&mut file_options.append(false).read(true).open(path.into())?,
&mut stdout.lock(),
&mut stdout.lock(),
with_comments,
)?;
}
Expand Down

0 comments on commit b18e370

Please sign in to comment.