Skip to content

Commit edbae3e

Browse files
committed
Format
1 parent 7ec2487 commit edbae3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/updater/src/updater.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,8 @@ impl UpdaterBuilder {
310310
I: IntoIterator<Item = S>,
311311
S: Into<OsString>,
312312
{
313-
self.current_exe_args.extend(args.into_iter().map(Into::into));
313+
self.current_exe_args
314+
.extend(args.into_iter().map(Into::into));
314315
self
315316
}
316317
}

0 commit comments

Comments
 (0)