Browse Source

Keep -vet happy.

Jeroen van Rijn 5 tháng trước cách đây
mục cha
commit
918d57fe01
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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