lint fix: staticcheck and null derefs

This commit is contained in:
Pim van Pelt
2025-07-03 07:13:42 +02:00
parent dce4750b0f
commit ead795674c
3 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ func TestNewStatsManager(t *testing.T) {
if manager == nil {
t.Fatal("NewStatsManager() returned nil")
return
}
if manager.client != client {