From 91ba644fa47c29feb57dba957ee8aa115ed95fef Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Thu, 15 Aug 2019 22:12:25 +0200 Subject: rustfmt --- dhall/src/core/value.rs | 3 +-- 1 file changed, 1 insertion(+), 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(); } -- cgit v1.2.3