Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cptpiepmatz committed Dec 30, 2024
1 parent 363793e commit b9ae93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nu-command/src/filesystem/open.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl Command for Open {
file: path.item.to_string(),
span,
},
// that particular error in `nu_engine::glob_from` doesn't have a span attached
// that particular error in `nu_engine::glob_from` doesn't have a span attached
// to it, so let's add it
ShellError::GenericError {
error,
Expand Down

0 comments on commit b9ae93f

Please sign in to comment.