We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7288ed1 commit 47f42b7Copy full SHA for 47f42b7
src/gleam/bit_builder.gleam
@@ -31,7 +31,7 @@ if javascript {
31
/// Create an empty `BitBuilder`. Useful as the start of a pipe chaning many
32
/// builders together.
33
///
34
-pub fn new () -> BitBuilder {
+pub fn new() -> BitBuilder {
35
do_concat([])
36
}
37
0 commit comments