Ran code cleanup from goland (#6064)

* Ran code cleanup from goland

* Typo
This commit is contained in:
terence tsao
2020-05-31 13:08:36 -07:00
committed by GitHub
parent 49a0d3caf0
commit 6e3b78b99e
29 changed files with 37 additions and 37 deletions

View File

@@ -11,7 +11,7 @@ import (
"log"
"os"
keygen "github.com/prysmaticlabs/prysm/tools/unencrypted-keys-gen/keygen"
"github.com/prysmaticlabs/prysm/tools/unencrypted-keys-gen/keygen"
"gopkg.in/yaml.v2"
)