Skip to content

Commit

Permalink
chore: run gofumpt for all files
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Feb 27, 2025
1 parent 699e9b8 commit 0fc171c
Show file tree
Hide file tree
Showing 5 changed files with 353 additions and 353 deletions.
2 changes: 1 addition & 1 deletion ansi/sixel/encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
)

// Encoder is a Sixel encoder. It encodes an image to Sixel data format.
type Encoder struct {}
type Encoder struct{}

// Encode will accept an Image and write sixel data to a Writer. The sixel data
// will be everything after the 'q' that ends the DCS parameters and before the ST
Expand Down
Loading

0 comments on commit 0fc171c

Please sign in to comment.