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

@ -0,0 +1 @@
Subproject commit a9d96bd54978c22d3033830debfe77aeeeee2500

View File

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