Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Sep 19, 2024
1 parent 5ffd161 commit 196f7f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 6 additions & 5 deletions cli/actions/importKeys.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ import (
"context"
"errors"
"fmt"
"io"
"os"
"os/signal"
"path/filepath"
"syscall"

"github.com/NethermindEth/sedge/configs"
"github.com/NethermindEth/sedge/internal/images/validator-import/lighthouse"
"github.com/NethermindEth/sedge/internal/images/validator-import/teku"
Expand All @@ -32,11 +38,6 @@ import (
"github.com/otiai10/copy"
log "github.com/sirupsen/logrus"
"golang.org/x/crypto/ssh/terminal"
"io"
"os"
"os/signal"
"path/filepath"
"syscall"
)

var ErrInterrupted = errors.New("interrupt")
Expand Down
1 change: 0 additions & 1 deletion cli/importKeys.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ the importation.`,
GenerationPath: generationPath,
Services: []string{validator, consensus},
})

} else {
err = sedgeActions.SetupContainers(actions.SetupContainersOptions{
GenerationPath: generationPath,
Expand Down

0 comments on commit 196f7f9

Please sign in to comment.