Skip to content

Commit

Permalink
test deepsource
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishkatn committed Sep 18, 2023
1 parent 0e9bdbb commit d2c06da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dot/parachain/dispute/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,12 @@ type DBBackend interface {
}

type syncedEarliestSession struct {
*sync.RWMutex
sync.RWMutex
*parachainTypes.SessionIndex
}

func newSyncedEarliestSession() syncedEarliestSession {
return syncedEarliestSession{
RWMutex: new(sync.RWMutex),
}
return syncedEarliestSession{}
}

type syncedRecentDisputes struct {
Expand Down

0 comments on commit d2c06da

Please sign in to comment.