Skip to content

Commit c495ee9

Browse files
committed
Update instance_provider.rs
1 parent aa78347 commit c495ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/epsilon/server/instances/instance_provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ impl InstanceProvider {
7575

7676
let condition3 = if let Some(state) = state_option {
7777
status.state == *state
78-
}else { true };
78+
} else { true };
7979

8080
condition1 && condition2 && condition3
8181
})

0 commit comments

Comments
 (0)