testdata: fix formatting

This commit is contained in:
cornelk
2020-05-11 20:52:39 +03:00
committed by Ayke
parent acdaa72365
commit 1461563e3f
3 changed files with 13 additions and 12 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ var (
uint8SliceSrc = []uint8{3, 100}
uint8SliceDst []uint8
intSliceSrc = []int16{5, 123, 1024}
intSliceDst []int16
intSliceSrc = []int16{5, 123, 1024}
intSliceDst []int16
)
func init() {