Skip to content

Commit 4042eb4

Browse files
fix fmt
1 parent 04f28ee commit 4042eb4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

desktop/wrapper/src/messages.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ pub enum DesktopWrapperMessage {
9090
to_front: bool,
9191
select_after_open: bool,
9292
},
93-
SelectDocument { id: DocumentId },
93+
SelectDocument {
94+
id: DocumentId,
95+
},
9496
}
9597

9698
#[derive(Clone, serde::Serialize, serde::Deserialize, Debug)]

0 commit comments

Comments
 (0)