Skip to content

Commit

Permalink
warning fix (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad committed Jan 30, 2025
1 parent 4b54c86 commit 691ebd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ func (app *SecretNetworkApp) Initialize() {
//nolint:errcheck

Check failure on line 436 in app/app.go

View workflow job for this annotation

GitHub Actions / lint

directive `//nolint:errcheck` is unused for linter "errcheck" (nolintlint)
}


// Name returns the name of the App
func (app *SecretNetworkApp) Name() string { return app.BaseApp.Name() }

Expand Down

0 comments on commit 691ebd4

Please sign in to comment.