diff options
author | Nadrieril | 2019-08-15 22:12:25 +0200 |
---|---|---|
committer | Nadrieril | 2019-08-15 22:12:25 +0200 |
commit | 91ba644fa47c29feb57dba957ee8aa115ed95fef (patch) | |
tree | e0ffee43d92b86ccf9043ba3d2fdbe7dcbac4a1b /dhall/src | |
parent | 816f616479cfa277e19b2e69be6c41bc8210e032 (diff) |
rustfmt
Diffstat (limited to 'dhall/src')
-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(); } |