Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Apr 12, 2019
1 parent dd45655 commit 34e490f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ import (
)

type globalFlags struct {
srcDir string
ghostWorkDir string
ghostPrefix string
ghostRepo string
verbose int
srcDir string
ghostWorkDir string
ghostPrefix string
ghostRepo string
verbose int
}

func (gf globalFlags) WorkingEnvSpec() types.WorkingEnvSpec {
Expand Down

0 comments on commit 34e490f

Please sign in to comment.