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 aa78347 commit c495ee9Copy full SHA for c495ee9
src/epsilon/server/instances/instance_provider.rs
@@ -75,7 +75,7 @@ impl InstanceProvider {
75
76
let condition3 = if let Some(state) = state_option {
77
status.state == *state
78
- }else { true };
+ } else { true };
79
80
condition1 && condition2 && condition3
81
})
0 commit comments