Skip to content

Commit 83d4acd

Browse files
committed
Fix formatting
1 parent fdadb7d commit 83d4acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/src/messages/input_mapper/utility_types/input_mouse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pub struct EditorMouseState {
7676

7777
impl EditorMouseState {
7878
pub fn from_keys_and_editor_position(keys: u8, editor_position: EditorPosition) -> Self {
79-
// TODO: Some graphic tablets send key codes not mentioned in the spec. In the future we would like to support these as well.
79+
// TODO: Some graphic tablets send key codes not mentioned in the spec. In the future we would like to support these as well.
8080
let mouse_keys = MouseKeys::from_bits_truncate(keys);
8181

8282
Self {

0 commit comments

Comments
 (0)