Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Jul 31, 2022
1 parent f5bf4f5 commit 545d683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gobdd_go1_16.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type fsFeature struct {
}

func (f fsFeature) Open() (io.Reader, error) {
file, err := f.fs.Open(string(f.file))
file, err := f.fs.Open(f.file)
if err != nil {
return nil, fmt.Errorf("opening feature: %w", err)
}
Expand Down

0 comments on commit 545d683

Please sign in to comment.