Skip to content

Commit 48a316e

Browse files
committed
fix whitespace
1 parent 1b4caba commit 48a316e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wayvr/src/windowing/manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ where
121121

122122
let anchor = OverlayWindowData::from_config(create_anchor(app)?);
123123
me.add(anchor, app);
124-
124+
125125
let watch = OverlayWindowData::from_config(create_watch(app)?);
126126
me.watch_id = me.add(watch, app);
127127

0 commit comments

Comments
 (0)