Explorar el Código

Keep -vet happy.

Jeroen van Rijn hace 5 meses
padre
commit
918d57fe01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = {{9, 15}, {10, 11}, {13, 15}}, groups = {"foobar", "o", "ar"}},
 		},
-	}
+	},
 }
 
 @test