Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 7dd62f4

Browse files
Fix nil nil lint
1 parent 9d73fe5 commit 7dd62f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/testsuite/snapshotcreator/snapshotcreator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ func createGenesisOutput(api iotago.API, genesisTokenAmount iotago.BaseToken, ge
216216
return output, nil
217217
}
218218

219+
//nolint:nilnil // we want to return nil here
219220
return nil, nil
220221
}
221222

0 commit comments

Comments
 (0)