diff options
-rw-r--r-- | dhall/src/core/value.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dhall/src/core/value.rs b/dhall/src/core/value.rs index 75ef5a5..19be56a 100644 --- a/dhall/src/core/value.rs +++ b/dhall/src/core/value.rs @@ -195,8 +195,7 @@ impl Value { | Value::IntegerLit(_) | Value::DoubleLit(_) => {} - Value::EmptyOptionalLit(tth) - | Value::EmptyListLit(tth) => { + Value::EmptyOptionalLit(tth) | Value::EmptyListLit(tth) => { tth.normalize_mut(); } |