diff --git a/internal/handler/handler.go b/internal/handler/handler.go index 5fc2581..7e22698 100644 --- a/internal/handler/handler.go +++ b/internal/handler/handler.go @@ -11,7 +11,7 @@ func Run(ctx *svc.ServiceContext) { go SyncBlock(ctx) // sync events go SyncEvent(ctx) - //execute committer + // execute committer go Committer(ctx) // check status go CheckStatus(ctx)