Skip to content

Commit 4eff87e

Browse files
style: Automated gofmt
Formatted Go code using gofmt.
1 parent e001507 commit 4eff87e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aggregator/rpc_server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type RpcServer struct {
4141
ethrpc *ethclient.Client
4242

4343
smartWalletRpc *ethclient.Client
44-
44+
4545
agg *Aggregator
4646
}
4747

@@ -409,7 +409,7 @@ func (agg *Aggregator) startRpcServer(ctx context.Context) error {
409409

410410
config: agg.config,
411411
operatorPool: agg.operatorPool,
412-
412+
413413
agg: agg,
414414
}
415415

0 commit comments

Comments
 (0)