Skip to content

Commit

Permalink
Remove empty line for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cll-gg committed Nov 7, 2024
1 parent b78645a commit 5a26606
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/cmd/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ import (
"time"

"github.com/Depado/ginprom"
"github.com/Masterminds/semver/v3"
"github.com/getsentry/sentry-go"
"github.com/gin-gonic/gin"
"github.com/jmoiron/sqlx"
"github.com/pkg/errors"
Expand Down Expand Up @@ -184,7 +182,6 @@ type ChainlinkAppFactory struct{}

// NewApplication returns a new instance of the node with the given config.
func (n ChainlinkAppFactory) NewApplication(ctx context.Context, cfg chainlink.GeneralConfig, appLggr logger.Logger, db *sqlx.DB, keyStoreAuthenticator TerminalKeyStoreAuthenticator) (app chainlink.Application, err error) {

err = migrate.SetMigrationENVVars(cfg)
if err != nil {
return nil, err
Expand Down

0 comments on commit 5a26606

Please sign in to comment.