Skip to content

Commit b18e370

Browse files
Cargo fmt
Signed-off-by: Dusan Malusev <[email protected]>
1 parent ca84cda commit b18e370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosts-edit/src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ where
6767

6868
list_command(
6969
&mut file_options.append(false).read(true).open(path.into())?,
70-
&mut stdout.lock(),
70+
&mut stdout.lock(),
7171
with_comments,
7272
)?;
7373
}

0 commit comments

Comments
 (0)