Skip to content

Commit 30d1a2e

Browse files
committed
Run gofmt over the files
1 parent 9efb692 commit 30d1a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/generator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ func lookupPath(binary string) (string, error) {
330330
func findFwFile(fw string) (string, error) {
331331
supportedFwExt := []string{
332332
"",
333-
".xz", // since linux v5.3
333+
".xz", // since linux v5.3
334334
".zst", // since linux v5.19
335335
}
336336

0 commit comments

Comments
 (0)