aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Saxton <peterhsaxton@gmail.com>2020-05-19 15:38:17 +0100
committerGitHub <noreply@github.com>2020-05-19 15:38:17 +0100
commitcdad154da8d7a0b208b485255e5b19199582f721 (patch)
tree65a59feac9fe04576a714ffef5892051ee6f9904 /test
parent8c209a04eeb5f52a428d1fdd20c64fe042ede21a (diff)
downloadgleam_stdlib-cdad154da8d7a0b208b485255e5b19199582f721.tar.gz
gleam_stdlib-cdad154da8d7a0b208b485255e5b19199582f721.zip
Add formatting check to ci steps (#48)
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)