chore: make format
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
Felipe M 2025-06-23 11:19:22 +02:00
parent 368c45cd13
commit e0ff369cff
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
3 changed files with 3 additions and 3 deletions

View file

@ -200,4 +200,4 @@ func TestEnableAllPlugins(t *testing.T) {
t.Errorf("EnableAllPlugins should be true after update") t.Errorf("EnableAllPlugins should be true after update")
} }
}) })
} }

View file

@ -231,4 +231,4 @@ func TestChannelName(t *testing.T) {
t.Errorf("Expected channel name to fallback to 'fallback-id', got '%s'", result) t.Errorf("Expected channel name to fallback to 'fallback-id', got '%s'", result)
} }
}) })
} }

View file

@ -328,4 +328,4 @@ func TestPluginRegistry(t *testing.T) {
t.Errorf("Expected error when getting plugin after clearing registry, got nil") t.Errorf("Expected error when getting plugin after clearing registry, got nil")
} }
}) })
} }