Skip to content

Commit b23a1e4

Browse files
committed
removed unnecessary change
1 parent 8d905d3 commit b23a1e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/updater/src/updater.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,9 @@ impl UpdaterBuilder {
276276
on_before_exit: self.on_before_exit,
277277
})
278278
}
279+
}
279280

281+
impl UpdaterBuilder {
280282
pub(crate) fn current_exe_args<I, S>(mut self, args: I) -> Self
281283
where
282284
I: IntoIterator<Item = S>,

0 commit comments

Comments
 (0)