Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir committed Jan 9, 2024
1 parent 7b9a6a0 commit 2ac9f44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v2/pkg/runner/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (

var (
ErrEmptyInput = errors.New("empty data")
quotes = []rune{'"', '\'', '`'}
)

func loadFromFile(file string) ([]string, error) {
Expand Down

0 comments on commit 2ac9f44

Please sign in to comment.