Skip to content

Commit

Permalink
Update src/modules/formatter.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Phoenix Himself <[email protected]>
  • Loading branch information
b1ek and Ph0enixKM authored Jun 5, 2024
1 parent da619d5 commit 157f827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ impl BashFormatter {
let mut command = Command::new("shfmt")
.stdout(Stdio::piped())
.stdin(Stdio::piped())
.arg("-i").arg("4") // identation
.arg("-i").arg("4") // indentation
.arg("-ln").arg("bash") // language
.spawn().expect("Couldn't spawn shfmt");

Expand Down

0 comments on commit 157f827

Please sign in to comment.