Skip to content

Commit

Permalink
remove extraneous newline
Browse files Browse the repository at this point in the history
  • Loading branch information
bbredesen committed Mar 6, 2023
1 parent 0446a52 commit b39c9f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ func printCategory(tc def.TypeCategory, fc *feat.Feature, platform *feat.Platfor
}

fmt.Fprintf(f, fileHeader, inFileName, time.Now())
fmt.Fprintln(f, "")

if platform != nil && len(platform.GoImports) > 0 {
fmt.Fprintf(f, "import (\n")
Expand Down

0 comments on commit b39c9f5

Please sign in to comment.