all: run rustfmt
This commit is contained in:
parent
9c21d118d6
commit
35dbd483bc
3 changed files with 12 additions and 4 deletions
|
|
@ -158,7 +158,12 @@ impl ButtonOwner for StaticButton {
|
|||
.set(ScreencastPhase::Starting(starting.clone()));
|
||||
starting.node.owner.set(Some(starting.clone()));
|
||||
self.surface.gui.dpy.screencasts.set(
|
||||
self.surface.gui.screencast_session.session_obj.path().to_owned(),
|
||||
self.surface
|
||||
.gui
|
||||
.screencast_session
|
||||
.session_obj
|
||||
.path()
|
||||
.to_owned(),
|
||||
self.surface.gui.screencast_session.clone(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue