Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouop0 committed Sep 11, 2024
1 parent d170b6c commit 3985651
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion internal/handler/syncBlock.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,4 @@ func rollbackBlock(ctx *svc.ServiceContext) {
ctx.SyncedBlockNumber = previousBlock.BlockNumber
ctx.SyncedBlockHash = common.HexToHash(previousBlock.BlockHash)
}

}
7 changes: 4 additions & 3 deletions internal/handler/syncDispute.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package handler

import (
"fmt"
"github.com/optimism-java/dispute-explorer/internal/blockchain"
"github.com/pkg/errors"
"gorm.io/gorm"
"strings"
"sync"
"time"

"github.com/optimism-java/dispute-explorer/internal/blockchain"
"github.com/pkg/errors"
"gorm.io/gorm"

"github.com/ethereum/go-ethereum/common"
"github.com/optimism-java/dispute-explorer/internal/schema"
"github.com/optimism-java/dispute-explorer/internal/svc"
Expand Down

0 comments on commit 3985651

Please sign in to comment.