Skip to content

Commit

Permalink
golint
Browse files Browse the repository at this point in the history
  • Loading branch information
klauern committed Sep 23, 2017
1 parent c430863 commit 4ee7d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wls/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (cfg AdminServer) EncodeConfigFile() *bytes.Buffer {
enc := toml.NewEncoder(&buf)
err := enc.Encode(cfg)
if err != nil {
panic(fmt.Errorf("Unable to encode wlsrest configuration: %s \n", err))
panic(fmt.Errorf("unable to encode wlsrest configuration: %s \n", err))
}
return &buf
}

0 comments on commit 4ee7d5d

Please sign in to comment.