Skip to content

Commit

Permalink
Make lint pass
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Oct 21, 2023
1 parent 8d69eee commit d9ca0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/data/csvparser/csvparser.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ func New() *Parser {
return &Parser{}
}

func (p *Parser) ParseAirport(data []byte) ([]Airport, error) {
func (p *Parser) ParseAirport(_ []byte) ([]Airport, error) {
return nil, nil
}

0 comments on commit d9ca0f2

Please sign in to comment.