Skip to content

Commit

Permalink
style(rollup)!: η-reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
reo101 committed Dec 11, 2023
1 parent 7fafc28 commit b38c73b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion coordinator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ docker:

docker_push:
docker push limechain/coordinator-api:${IMAGE_VERSION}
docker push limechain/coordinator-cron:${IMAGE_VERSION}
docker push limechain/coordinator-cron:${IMAGE_VERSION}
4 changes: 1 addition & 3 deletions rollup/cmd/rollup_relayer/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ func init() {
app.Flags = append(app.Flags, utils.CommonFlags...)
app.Flags = append(app.Flags, utils.RollupRelayerFlags...)
app.Commands = []*cli.Command{}
app.Before = func(ctx *cli.Context) error {
return utils.LogSetup(ctx)
}
app.Before = utils.LogSetup
// Register `rollup-relayer-test` app for integration-test.
utils.RegisterSimulation(app, utils.RollupRelayerApp)
}
Expand Down

0 comments on commit b38c73b

Please sign in to comment.