Skip to content

Commit f16c7af

Browse files
committed
chk
1 parent 3b82054 commit f16c7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod-operation/src/state_machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ impl StateMachine {
265265
self.io
266266
.of("/control-station")
267267
.unwrap()
268-
.emit("fault", ("Wheel encoder faulted."))
268+
.emit("fault", "Wheel encoder faulted.")
269269
.ok();
270270
return State::Faulted;
271271
}

0 commit comments

Comments
 (0)