Skip to content

Commit 8d14898

Browse files
committed
suggested changes
1 parent db760f6 commit 8d14898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -647,11 +647,11 @@ impl Build {
647647
if !update(true).status().map_or(false, |status| status.success()) {
648648
self.run(&mut update(false));
649649
}
650-
//
650+
651651
self.run(Command::new("git").args(&["stash", "push"]).current_dir(&absolute_path));
652652
self.run(Command::new("git").args(&["reset", "-q", "--hard"]).current_dir(&absolute_path));
653653
self.run(Command::new("git").args(&["clean", "-qdfx"]).current_dir(&absolute_path));
654-
self.run(Command::new("git").args(&["stash", "pop"]).current_dir(absolute_path))
654+
self.run(Command::new("git").args(&["stash", "pop"]).current_dir(absolute_path));
655655
}
656656

657657
/// If any submodule has been initialized already, sync it unconditionally.

0 commit comments

Comments
 (0)