summaryrefslogtreecommitdiff
path: root/tests/matrix
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-10-19 01:12:45 +0200
committerJakob Unterwurzacher2016-10-19 01:12:45 +0200
commit600ceece359d835934ad039bdd0e83cd647c410f (patch)
tree6f292d9ff0bf7dc390c9a0920619083d8f23370e /tests/matrix
parent891a3b4c8a02edc6b7c2163bce8827a70deab285 (diff)
lint fixes
Diffstat (limited to 'tests/matrix')
-rw-r--r--tests/matrix/matrix_test.go2
1 files changed, 1 insertions, 1 deletions
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},