From b6ad04b0f1a5178ff3b77a0bb13d27fafa9af231 Mon Sep 17 00:00:00 2001 From: Derek Gustafson Date: Thu, 3 Mar 2022 11:14:58 -0500 Subject: [PATCH] Fix zig fmt error. --- compiler/builtins/bitcode/src/dec.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/builtins/bitcode/src/dec.zig b/compiler/builtins/bitcode/src/dec.zig index 2523519bfa..e8ec71e07a 100644 --- a/compiler/builtins/bitcode/src/dec.zig +++ b/compiler/builtins/bitcode/src/dec.zig @@ -27,7 +27,6 @@ pub const RocDec = extern struct { } pub fn fromF64(num: f64) ?RocDec { - var result: f64 = num * comptime @intToFloat(f64, one_point_zero_i128); if (result > comptime @intToFloat(f64, math.maxInt(i128))) {