From 600ceece359d835934ad039bdd0e83cd647c410f Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 19 Oct 2016 01:12:45 +0200 Subject: lint fixes --- tests/matrix/matrix_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go index 0dcc76b..9d42115 100644 --- a/tests/matrix/matrix_test.go +++ b/tests/matrix/matrix_test.go @@ -41,7 +41,7 @@ type testcaseMatrix struct { Aessiv bool } -var matrix []testcaseMatrix = []testcaseMatrix{ +var matrix = []testcaseMatrix{ // Normal {false, "auto", false}, {false, "true", false}, -- cgit v1.2.3