Skip to content

Commit

Permalink
style: Make gofmt happy!
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Dec 22, 2023
1 parent 2e02f39 commit 97807da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/jobstats/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func expandNodelist(nodelistExp string) []string {
if len(matches) == 0 {
continue
}

// Get only first match as we use recursion
for _, match := range matches[0:1] {
matchSansBrackets := match[1 : len(match)-1]
Expand Down

0 comments on commit 97807da

Please sign in to comment.