aboutsummaryrefslogtreecommitdiff
path: root/src/internal/runtime/strconv
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/runtime/strconv')
-rw-r--r--src/internal/runtime/strconv/atoi.go1
-rw-r--r--src/internal/runtime/strconv/atoi_test.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/internal/runtime/strconv/atoi.go b/src/internal/runtime/strconv/atoi.go
index 87b3faf6d5..0308757c6f 100644
--- a/src/internal/runtime/strconv/atoi.go
+++ b/src/internal/runtime/strconv/atoi.go
@@ -73,4 +73,3 @@ func Atoi32(s string) (int32, bool) {
}
return 0, false
}
-
diff --git a/src/internal/runtime/strconv/atoi_test.go b/src/internal/runtime/strconv/atoi_test.go
index 49cd6f160a..71a8030b1d 100644
--- a/src/internal/runtime/strconv/atoi_test.go
+++ b/src/internal/runtime/strconv/atoi_test.go
@@ -102,4 +102,3 @@ func TestAtoi32(t *testing.T) {
}
}
}
-