Skip to content

Commit c3c2284

Browse files
tomwhatmorelpil
authored andcommitted
Gleam format
1 parent 068a216 commit c3c2284

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/gleam/utf_codepoint.gleam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import gleam/result
22

33
/// A UtfCodepoint is the integer representation of a valid UTF codepoint
4-
pub type UtfCodepoint = UtfCodepoint
4+
pub type UtfCodepoint =
5+
UtfCodepoint
56

67
external fn int_to_utf8_codepoint(Int) -> UtfCodepoint =
78
"gleam_stdlib" "identity"

0 commit comments

Comments
 (0)