aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gleam/dynamic.gleam8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gleam/dynamic.gleam b/src/gleam/dynamic.gleam
index fe06570..9356083 100644
--- a/src/gleam/dynamic.gleam
+++ b/src/gleam/dynamic.gleam
@@ -1,9 +1,9 @@
-import gleam/atom
-import gleam/bit_string.{BitString}
-import gleam/list
+import gleam/atom
+import gleam/bit_string.{BitString}
+import gleam/list
import gleam/map.{Map}
import gleam/option.{None, Option, Some}
-import gleam/result
+import gleam/result
import gleam/string_builder
/// `Dynamic` data is data that we don"t know the type of yet.