Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
sugh01 committed Sep 2, 2024
1 parent 415b72a commit 3973533
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cli/actions/importKeys.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (s *sedgeActions) ImportValidatorKeys(options ImportValidatorKeysOptions) e
options.From = filepath.Join(options.GenerationPath, "keystore")
}
defaultCharonPath := filepath.Join(configs.DefaultAbsSedgeDataPath, ".charon")
//Copy the folder from charonPath to defaultCharonPath
// Copy the folder from charonPath to defaultCharonPath
log.Infof("Copying Charon contents to the default path %s", defaultCharonPath)
if err := os.MkdirAll(defaultCharonPath, os.ModePerm); err != nil {
return err
Expand Down
2 changes: 2 additions & 0 deletions internal/lido/contracts/csfeedistributor/rewards_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build functional

/*
Copyright 2022 Nethermind
Expand Down

0 comments on commit 3973533

Please sign in to comment.