Skip to content

Commit 1912da6

Browse files
committed
chk
1 parent 76242d4 commit 1912da6

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
@@ -260,7 +260,7 @@ impl StateMachine {
260260
let distance = encoder_value.get_distance();
261261
let velocity: f32 = encoder_value.get_velocity();
262262
drop(encoder_value);
263-
263+
264264
let full_json = json!({
265265
"distance": distance,
266266
"velocity": velocity,

0 commit comments

Comments
 (0)