Skip to content

Commit 4bb93cf

Browse files
Consistent code format
1 parent a234011 commit 4bb93cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ async fn actual_main() -> Result<()> {
219219
*TICK,
220220
name,
221221
format!("({})", file_name).dimmed()
222-
)
222+
);
223223
},
224224
(name, Err(err)) => {
225225
eprintln!("{}", format!("× {:40}{}", name, err).red());

0 commit comments

Comments
 (0)