Skip to content

Commit a78eb00

Browse files
committed
Remove unneeded braces.
1 parent b856df8 commit a78eb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/setup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mod os {
5151

5252
if env::var_os("VOLTA_HOME").is_some() && home_in_path.is_some() {
5353
debug!(
54-
"{} skipping dot-file modification as VOLTA_HOME is set, and included in the PATH."
54+
"Skipping dot-file modification as VOLTA_HOME is set, and included in the PATH."
5555
);
5656
return Ok(());
5757
}

0 commit comments

Comments
 (0)