From 49f82061f646c5869a3515aa1c07683ac71b6646 Mon Sep 17 00:00:00 2001 From: "Randall C. O'Reilly" Date: Fri, 3 May 2024 14:30:03 -0700 Subject: [PATCH] need to run files through format or goimports.. --- _examples/slices/slices.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/slices/slices.go b/_examples/slices/slices.go index 4bd2d08..baa5d7e 100644 --- a/_examples/slices/slices.go +++ b/_examples/slices/slices.go @@ -72,4 +72,4 @@ func GetEmptyMatrix(xSize int, ySize int) [][]bool { } return result -} \ No newline at end of file +}