Skip to content

Commit f7705f4

Browse files
committed
Fix fmt
1 parent f3c36f1 commit f7705f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/admin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ where
714714
.as_secs()
715715
.to_string(),
716716
(max_wait / 1_000_000).to_string(),
717-
(max_wait % 1_000_000).to_string()
717+
(max_wait % 1_000_000).to_string(),
718718
];
719719

720720
res.put(data_row(&row));

0 commit comments

Comments
 (0)