Skip to content

Commit

Permalink
setup: removed extra \n from an error
Browse files Browse the repository at this point in the history
  • Loading branch information
eras committed Jan 17, 2023
1 parent 818f89f commit a888381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ pub async fn setup_mode(
) -> Result<(), Error> {
if std::path::Path::new(config_file).exists() {
return Err(Error::SetupError(format!(
"Config file {config_file} already exists, not running setup.\n"
"Config file {config_file} already exists, not running setup."
)));
}

Expand Down

0 comments on commit a888381

Please sign in to comment.