Skip to content

Commit 84aad8d

Browse files
committed
Cargo fmt
1 parent d9ca737 commit 84aad8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rate.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,8 @@ impl RCState {
13071307
None?
13081308
}
13091309
cur_pos = self.buffer_val(
1310-
((self.prev_metrics.show_frame as i64) << 31) | self.prev_metrics.fti as i64,
1310+
((self.prev_metrics.show_frame as i64) << 31)
1311+
| self.prev_metrics.fti as i64,
13111312
4,
13121313
cur_pos,
13131314
);

0 commit comments

Comments
 (0)