Browse Source

Keep -vet happy.

Jeroen van Rijn 5 months ago
parent
commit
918d57fe01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/core/text/regex/test_core_text_regex.odin

+ 1 - 1
tests/core/text/regex/test_core_text_regex.odin

@@ -1114,7 +1114,7 @@ iterator_vectors := []Iterator_Test{
 			{pos = {{2,  8},  {3,  4},  {6,  8}}, groups = {"foobar", "o", "ar"}},
 			{pos = {{2,  8},  {3,  4},  {6,  8}}, groups = {"foobar", "o", "ar"}},
 			{pos = {{9, 15}, {10, 11}, {13, 15}}, groups = {"foobar", "o", "ar"}},
 			{pos = {{9, 15}, {10, 11}, {13, 15}}, groups = {"foobar", "o", "ar"}},
 		},
 		},
-	}
+	},
 }
 }
 
 
 @test
 @test