Formatting

This commit is contained in:
Roey Darwish Dror
2020-01-28 21:06:33 +02:00
parent 4f7f6281d7
commit 5c9318da72

View File

@@ -233,8 +233,7 @@ fn run() -> Result<()> {
}
let emacs = emacs::Emacs::new(&base_dirs);
if config.use_predefined_git_repos()
{
if config.use_predefined_git_repos() {
if config.should_run(Step::Emacs) {
if let Some(directory) = emacs.directory() {
git_repos.insert(directory);