From e1272f3b733c9fd6c6995db5f798a5ee5d48b269 Mon Sep 17 00:00:00 2001 From: Eli Flanagan Date: Fri, 21 Jan 2022 18:29:10 -0500 Subject: [PATCH] lint: remove trailing whitespace (#806) --- crates/nu-command/src/network/fetch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/src/network/fetch.rs b/crates/nu-command/src/network/fetch.rs index 4a5fc7c346..b718dc8e4f 100644 --- a/crates/nu-command/src/network/fetch.rs +++ b/crates/nu-command/src/network/fetch.rs @@ -45,7 +45,7 @@ impl Command for SubCommand { Some('p'), ) .named("timeout", SyntaxShape::Int, "timeout period in seconds", Some('t')) - .switch("raw", "fetch contents as text rather than a table", Some('r')) + .switch("raw", "fetch contents as text rather than a table", Some('r')) .filter() .category(Category::Network) }