Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Feb 20, 2022
1 parent 4657c35 commit 45a5234
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,9 @@ impl App {
&"Failed to open the git repository. ".to_string(),
)
.ok();
println!("Attempting to git clone the hayabusa-rules repository into the rules folder.");
println!(
"Attempting to git clone the hayabusa-rules repository into the rules folder."
);
// レポジトリが開けなかった段階でgit cloneを実施する
return self.clone_rules();
}
Expand Down

0 comments on commit 45a5234

Please sign in to comment.