Skip to content

Commit 73244c6

Browse files
committed
pelf.go: gofmt -s -w
Signed-off-by: xplshn <anto@xplshn.com.ar>
1 parent d474bbb commit 73244c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pelf.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// PELF - The AppBundle format and the AppBundle Creation Tool
22
// It used to stand for Pack an Elf, but we slowly evolved into a much simpler yet more featureful alternative to .AppImages
33
// PELF now refers to the tool used to create .AppBundles
4-
//
54
package main
65

76
import (
@@ -376,7 +375,7 @@ func main() {
376375
//// Fallback to Type II if Type I is not possible
377376
//typeIOutput, err = appBundleID.Format(utils.TypeII)
378377
//if err != nil {
379-
return fmt.Errorf("cannot generate output filename: %v", err)
378+
return fmt.Errorf("cannot generate output filename: %v", err)
380379
//}
381380
}
382381
fsExt := ".dwfs"

0 commit comments

Comments
 (0)