Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouop0 committed Feb 13, 2024
1 parent b401d92 commit 0a6e6ff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions internal/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ func Run(ctx *svc.ServiceContext) {
// sync events
go SyncEvent(ctx)
// execute committer
// go Committer(ctx)
go Committer(ctx)
// check status
//go CheckStatus(ctx)
//// check and inscribe
//go Inscribe(ctx)
//// check time out
//go CheckStatusTimeOut(ctx)
//// sync proposal
//go SyncProposal(ctx)
go CheckStatus(ctx)
// check and inscribe
go Inscribe(ctx)
// check time out
go CheckStatusTimeOut(ctx)
// sync proposal
go SyncProposal(ctx)
}

0 comments on commit 0a6e6ff

Please sign in to comment.