Skip to content

Commit

Permalink
Run gofmt over the files
Browse files Browse the repository at this point in the history
  • Loading branch information
anatol committed Jul 17, 2023
1 parent 9efb692 commit 30d1a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func lookupPath(binary string) (string, error) {
func findFwFile(fw string) (string, error) {
supportedFwExt := []string{
"",
".xz", // since linux v5.3
".xz", // since linux v5.3
".zst", // since linux v5.19
}

Expand Down

0 comments on commit 30d1a2e

Please sign in to comment.