fix: gofmt payment_service.go and payment_order.go

This commit is contained in:
erio
2026-04-15 01:50:19 +08:00
parent 342dbd2e19
commit c2108421c2
2 changed files with 1 additions and 1 deletions

1
Antigravity-Manager Submodule

Submodule Antigravity-Manager added at a9d96bd549

View File

@@ -288,7 +288,6 @@ func psComputeValidityDays(days int, unit string) int {
} }
} }
func psStartOfDayUTC(t time.Time) time.Time { func psStartOfDayUTC(t time.Time) time.Time {
y, m, d := t.UTC().Date() y, m, d := t.UTC().Date()
return time.Date(y, m, d, 0, 0, 0, 0, time.UTC) return time.Date(y, m, d, 0, 0, 0, 0, time.UTC)