Skip to content

Commit

Permalink
gofmt -w ./
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Apr 25, 2024
1 parent bbe23a4 commit e656867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download/federal_revenue.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type federalRevenueResponse struct {
func (r *federalRevenueResponse) updatedAt() (t time.Time) {
m := datePattern.FindStringSubmatch(r.Notes)
if len(m) == 2 {
t, err := time.Parse(federalRevenueDateFormatNotes, m[1])
t, err := time.Parse(federalRevenueDateFormatNotes, m[1])
if err == nil {
return t
}
Expand Down

0 comments on commit e656867

Please sign in to comment.