Skip to content

Commit 47f42b7

Browse files
hayleigh-dot-devlpil
authored andcommitted
🎨 Run gleam-format so I don't get told off.
1 parent 7288ed1 commit 47f42b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gleam/bit_builder.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if javascript {
3131
/// Create an empty `BitBuilder`. Useful as the start of a pipe chaning many
3232
/// builders together.
3333
///
34-
pub fn new () -> BitBuilder {
34+
pub fn new() -> BitBuilder {
3535
do_concat([])
3636
}
3737

0 commit comments

Comments
 (0)