chore: gofmt for golangci-lint

This commit is contained in:
ducky
2026-01-30 17:28:53 +08:00
parent b7f69844e1
commit 9bee0a2071
8 changed files with 5 additions and 13 deletions

View File

@@ -64,4 +64,3 @@ func TestAnnouncementTargeting_Matches_AndOrSemantics(t *testing.T) {
require.False(t, targeting.Matches(99.9, map[int64]struct{}{10: {}}))
require.True(t, targeting.Matches(100, map[int64]struct{}{10: {}}))
}