summaryrefslogtreecommitdiff
path: root/dhall
diff options
context:
space:
mode:
authorNadrieril2019-08-15 22:12:25 +0200
committerNadrieril2019-08-15 22:12:25 +0200
commit91ba644fa47c29feb57dba957ee8aa115ed95fef (patch)
treee0ffee43d92b86ccf9043ba3d2fdbe7dcbac4a1b /dhall
parent816f616479cfa277e19b2e69be6c41bc8210e032 (diff)
rustfmt
Diffstat (limited to 'dhall')
-rw-r--r--dhall/src/core/value.rs3
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();
}