Skip to content

Commit cc94a14

Browse files
chore: formatting
1 parent 71b9c18 commit cc94a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/use_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ async fn add_to_path(installation_dir: PathBuf, config: ConfigFile) -> Result<()
385385
warn!("Fish rc file already exists: {}", fish_file.display());
386386
return Ok(());
387387
}
388-
388+
389389
let mut opened_file = File::create(fish_file).await?;
390390
opened_file.write_all(format!("source \"{}\"\n", env_paths[1].to_str().unwrap()).as_bytes()).await?;
391391
opened_file.flush().await?;

0 commit comments

Comments
 (0)