Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouop0 committed Aug 14, 2024
1 parent 006e41f commit 376d071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ func Run(ctx *svc.ServiceContext) {
// sync credit
go SyncCredit(ctx)
// calculate lost bond
//go CalculateLostBond(ctx)

Check failure on line 19 in internal/handler/handler.go

View workflow job for this annotation

GitHub Actions / Run golangci-lint

File is not `gofumpt`-ed (gofumpt)
}

Check failure on line 20 in internal/handler/handler.go

View workflow job for this annotation

GitHub Actions / Run golangci-lint

unnecessary trailing newline (whitespace)

0 comments on commit 376d071

Please sign in to comment.