From 5b38e571ee31814ff924103628519ca831e586a7 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Fri, 17 Aug 2018 10:31:45 -0500 Subject: [PATCH] MAINT: cargo fmt --- src/parse/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parse/mod.rs b/src/parse/mod.rs index 449e66e..9d39c80 100644 --- a/src/parse/mod.rs +++ b/src/parse/mod.rs @@ -130,7 +130,7 @@ fn triple_to_number(v: (Option, Option, Option)) -> ParseRe // NOTE(jwall): This is ugly. I should probably see if I can refactor // it to something less confusing. maybepos.unwrap(), - )) + )); } }; return Ok(Value::Float(value_node!(f, pref_pos)));