Fix formatting

This commit is contained in:
Roey Darwish Dror
2020-01-29 10:35:31 +02:00
parent 7bbfcab1b3
commit 49038ee363

View File

@@ -79,5 +79,9 @@ pub fn run_oh_my_zsh(base_dirs: &BaseDirs, run_type: RunType) -> Result<()> {
print_separator("oh-my-zsh");
run_type.execute("sh").env("ZSH", &oh_my_zsh).arg(&oh_my_zsh.join("tools/upgrade.sh")).check_run()
run_type
.execute("sh")
.env("ZSH", &oh_my_zsh)
.arg(&oh_my_zsh.join("tools/upgrade.sh"))
.check_run()
}