Formatting
This commit is contained in:
@@ -233,8 +233,7 @@ fn run() -> Result<()> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let emacs = emacs::Emacs::new(&base_dirs);
|
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 config.should_run(Step::Emacs) {
|
||||||
if let Some(directory) = emacs.directory() {
|
if let Some(directory) = emacs.directory() {
|
||||||
git_repos.insert(directory);
|
git_repos.insert(directory);
|
||||||
|
|||||||
Reference in New Issue
Block a user