Skip to content

Commit c1ce20e

Browse files
committed
update format
1 parent 2cd3804 commit c1ce20e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ratioed.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import gleam/int
21
import gleam/float
2+
import gleam/int
33
import gleam/order.{type Order}
44

55
/// Default epsilon for converting floating point numbers

test/ratioed_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
import gleam/order.{Eq, Gt, Lt}
12
import gleeunit
23
import gleeunit/should
34
import ratioed.{
45
add, compare, div, from_f, from_f_epsilon, from_i, from_i2, mul, sub, to_f,
56
to_i,
67
}
7-
import gleam/order.{Eq, Gt, Lt}
88

99
const pi = 3.14159265358979323846
1010

0 commit comments

Comments
 (0)