From b9ae93f73726c6684bc1493feb1ec0190676e9ea Mon Sep 17 00:00:00 2001 From: Tim 'Piepmatz' Hesse Date: Mon, 30 Dec 2024 23:54:03 +0100 Subject: [PATCH] fmt --- crates/nu-command/src/filesystem/open.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/src/filesystem/open.rs b/crates/nu-command/src/filesystem/open.rs index a641f280b1f77..3ca0f7d99b816 100644 --- a/crates/nu-command/src/filesystem/open.rs +++ b/crates/nu-command/src/filesystem/open.rs @@ -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,