From 579f2e4ee83ec1c4d9213f8d8d020e7e304e0713 Mon Sep 17 00:00:00 2001 From: Zeph Grunschlag Date: Thu, 27 Jul 2023 13:43:03 -0500 Subject: [PATCH] lint --- conduit/plugins/importers/algod/algod_importer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/conduit/plugins/importers/algod/algod_importer.go b/conduit/plugins/importers/algod/algod_importer.go index 6cc1ba7f..fae0dc1b 100644 --- a/conduit/plugins/importers/algod/algod_importer.go +++ b/conduit/plugins/importers/algod/algod_importer.go @@ -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,