Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeph Grunschlag committed Jul 27, 2023
1 parent 4956c9f commit 579f2e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conduit/plugins/importers/algod/algod_importer.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ type SyncError struct {
err error
}

// NewSyncError creates a new SyncError.
func NewSyncError(rnd, expected uint64, err error) *SyncError {
return &SyncError{
rnd: rnd,
Expand Down

0 comments on commit 579f2e4

Please sign in to comment.