style: fix gofmt formatting in base_test.go and web.go

Remove trailing whitespace and extra newlines flagged by CI fmt-check.
This commit is contained in:
Leandro Barbosa 2026-02-13 14:39:43 -03:00
parent 4a701b3065
commit dc42aa7b18
2 changed files with 4 additions and 5 deletions

View file

@ -50,4 +50,3 @@ func TestBaseChannelIsAllowed(t *testing.T) {
}) })
} }
} }