Skip to content

Commit

Permalink
Merge pull request #123 from HewlettPackard/wip-fixup-lint-error
Browse files Browse the repository at this point in the history
Clean up simple lint error
  • Loading branch information
roclark authored Sep 6, 2017
2 parents d942bf5 + f460e32 commit 639be7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lustre_exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func toggleCollectors(target string) {
}

func stringAlphabetize(str1 string, str2 string) (int, error) {
letterCount := 0
var letterCount int
if len(str1) > len(str2) {
letterCount = len(str2)
} else {
Expand Down

0 comments on commit 639be7c

Please # to comment.