Skip to content

Commit

Permalink
Fix ineffassign
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 28, 2021
1 parent b74cfca commit 162adab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func (a *Action) renderOutput() error {
return err
}

var output = []byte("")
var output []byte

hasInputsData, inputStartIndex, inputEndIndex := hasBytesInBetween(
input,
Expand Down

0 comments on commit 162adab

Please sign in to comment.