Skip to content

Commit 637fc01

Browse files
committed
style: fix gofmt formatting
1 parent 806758e commit 637fc01

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/mcp/internal/fpf/tools.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -976,13 +976,13 @@ func (t *Tools) generateFreshnessReport() (string, error) {
976976
defer waivedRows.Close() //nolint:errcheck
977977

978978
type waiverInfo struct {
979-
EvidenceID string
980-
HolonID string
981-
HolonTitle string
982-
WaivedUntil string
983-
WaivedBy string
984-
Rationale string
985-
DaysUntilExpiry int
979+
EvidenceID string
980+
HolonID string
981+
HolonTitle string
982+
WaivedUntil string
983+
WaivedBy string
984+
Rationale string
985+
DaysUntilExpiry int
986986
}
987987

988988
var activeWaivers []waiverInfo

0 commit comments

Comments
 (0)