We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8f6ee commit 5f3d320Copy full SHA for 5f3d320
1 file changed
src/dashboard_defs/streaming_server_status.rs
@@ -40,7 +40,7 @@ impl ContinuallyUpdatable for ServerStatusChecker {
40
match result {
41
Ok(_) => {
42
return Ok(());
43
- },
+ }
44
45
Err(err) => {
46
if i == self.num_retries - 1 {
0 commit comments