Skip to content

Commit 5f3d320

Browse files
committed
Remove a comma
1 parent 8f8f6ee commit 5f3d320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dashboard_defs/streaming_server_status.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl ContinuallyUpdatable for ServerStatusChecker {
4040
match result {
4141
Ok(_) => {
4242
return Ok(());
43-
},
43+
}
4444

4545
Err(err) => {
4646
if i == self.num_retries - 1 {

0 commit comments

Comments
 (0)