From 5fef4298c61aff9a78f82eb3d43303cb5b04be59 Mon Sep 17 00:00:00 2001 From: NotTheDr01ds <32344964+NotTheDr01ds@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:19:43 -0400 Subject: [PATCH] Deleted commented out result --- crates/nu-command/src/generators/cal.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/nu-command/src/generators/cal.rs b/crates/nu-command/src/generators/cal.rs index eff85b23f4..2a0a73e22f 100644 --- a/crates/nu-command/src/generators/cal.rs +++ b/crates/nu-command/src/generators/cal.rs @@ -89,7 +89,6 @@ impl Command for Cal { description: "How many Friday the 13ths occurred in 2015", example: "cal --as-table --full-year 2015 | where {$it.fr == 13} | length", result: None, - //result: Some(Value::test_int(3)), }, ] }