aboutsummaryrefslogtreecommitdiff
path: root/concat
diff options
context:
space:
mode:
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
}
-