Skip to content

Commit ba5019b

Browse files
committed
move util to humanise/util
1 parent ab4e318 commit ba5019b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/humanise/bytes.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import gleam/bool
1515
import gleam/float
1616

17-
import util
17+
import humanise/util
1818

1919
const kilobyte = 1000.0
2020

src/humanise/bytes1024.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import gleam/bool
1515
import gleam/float
1616

17-
import util
17+
import humanise/util
1818

1919
const kibibyte = 1024.0
2020

src/humanise/time.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import gleam/bool
1212
import gleam/float
1313
import gleam/time/duration.{type Duration}
1414

15-
import util
15+
import humanise/util
1616

1717
const microsecond = 1000.0
1818

File renamed without changes.

0 commit comments

Comments
 (0)