Fix zig fmt error.

This commit is contained in:
Derek Gustafson 2022-03-03 11:14:58 -05:00
parent 6feac21b9b
commit b6ad04b0f1
No known key found for this signature in database
GPG Key ID: 27AEEAB1887B89BE

View File

@ -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))) {