Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-cbon committed Jun 26, 2016
1 parent 92ea4a0 commit 85eaf31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions guid/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import (
func Make() (string, error) {
if runtime.GOOS == "windows" {

b, err := util.GetBinPath()
if err != nil {
b, err := util.GetBinPath()
if err != nil {
return "", err
}
}

cmd := "cscript.exe"
args := []string{filepath.Join(filepath.Base(b), "utils", "myuuid.vbs")}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"github.com/mh-cbon/go-msi/manifest"
"github.com/mh-cbon/go-msi/rtf"
"github.com/mh-cbon/go-msi/tpls"
"github.com/mh-cbon/go-msi/wix"
"github.com/mh-cbon/go-msi/util"
"github.com/mh-cbon/go-msi/wix"
"github.com/urfave/cli"
)

Expand Down

0 comments on commit 85eaf31

Please sign in to comment.