Skip to content

Commit 329aab7

Browse files
lint
1 parent b835131 commit 329aab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reconciler/reconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ func (r *Reconciler) shouldAttemptInactiveReconciliation(
873873
// from all previously seen accounts and reconciles
874874
// the balance. This is useful for detecting balance
875875
// changes that were not returned in operations.
876-
func (r *Reconciler) reconcileInactiveAccounts(
876+
func (r *Reconciler) reconcileInactiveAccounts( // nolint:gocognit
877877
ctx context.Context,
878878
) error {
879879
for {

0 commit comments

Comments
 (0)