aboutsummaryrefslogtreecommitdiff
path: root/concat
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-03 19:24:08 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-03 14:24:08 -0700
commit5c34f8752938764668d829fb284626b9c62c5475 (patch)
tree85e6d1c802dcdf868b887cbc30944b44dfd462ea /concat
parente75ba43a4e6032b94bf3a3fedf9f557f2c4969e4 (diff)
Ran `gofmt -w .`
Diffstat (limited to 'concat')
-rw-r--r--concat/slices.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/concat/slices.go b/concat/slices.go
index daf8aae..88b9fae 100644
--- a/concat/slices.go
+++ b/concat/slices.go
@@ -15,4 +15,3 @@ func Slices(slices ...[]byte) []byte {
return tmp
}
-