Deleted commented out result

This commit is contained in:
NotTheDr01ds 2024-06-20 12:19:43 -04:00
parent 5ddaf59355
commit 5fef4298c6

View File

@ -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)),
},
]
}