Skip to content

Commit

Permalink
Make gofumpt happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Oct 30, 2023
1 parent 290db00 commit f6f35d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qrcode.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ func WriteFile(content string, level RecoveryLevel, size int, filename string) e
// a larger image is silently written. Negative values for size cause a variable
// sized image to be written: See the documentation for Image().
func WriteColorFile(content string, level RecoveryLevel, size int, background,
foreground color.Color, filename string) error {
foreground color.Color, filename string,
) error {
qr, err := New(content, level)
if err != nil {
return err
Expand Down

0 comments on commit f6f35d7

Please sign in to comment.