Skip to content

Commit 0f09648

Browse files
committed
Fix formatting
1 parent 6e7ad0b commit 0f09648

File tree

1 file changed

+1
-1
lines changed
  • src/proto/console/pointer

1 file changed

+1
-1
lines changed

src/proto/console/pointer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ impl Pointer {
3737
match (self.get_state)(self, &mut pointer_state) {
3838
Status::Success => Ok(Some(pointer_state)),
3939
Status::NotReady => Ok(None),
40-
error => Err(error)
40+
error => Err(error),
4141
}
4242
}
4343

0 commit comments

Comments
 (0)