aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/gleam/string_test.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gleam/string_test.gleam b/test/gleam/string_test.gleam
index 93de5db..05c939c 100644
--- a/test/gleam/string_test.gleam
+++ b/test/gleam/string_test.gleam
@@ -128,7 +128,7 @@ pub fn trim_right_test() {
|> should.equal(" hats")
}
-pub fn starts_with_test(){
+pub fn starts_with_test() {
"theory"
|> string.starts_with("")
|> should.equal(True)