From 5a26606a71a505e9a65df0cf00a2a6385eaf5304 Mon Sep 17 00:00:00 2001 From: Geert G <117188496+cll-gg@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:12:21 +0000 Subject: [PATCH] Remove empty line for linter --- core/cmd/shell.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/cmd/shell.go b/core/cmd/shell.go index 3c565808747..4c66647a70b 100644 --- a/core/cmd/shell.go +++ b/core/cmd/shell.go @@ -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" @@ -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