chore: Fix formatting issues

This commit is contained in:
TheiLLeniumStudios
2025-12-28 08:47:54 +01:00
parent f70c4d2a43
commit 8b3ad89336
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ func NewGChatAlerter(webhookURL, proxyURL, additional string) *GChatAlerter {
// gchatMessage represents a Google Chat message.
type gchatMessage struct {
Text string `json:"text,omitempty"`
Cards []gchatCard `json:"cards,omitempty"`
Text string `json:"text,omitempty"`
Cards []gchatCard `json:"cards,omitempty"`
}
type gchatCard struct {
@@ -1,3 +1,6 @@
//go:build integration
// +build integration
package leadership
import (