Skip to content

Commit

Permalink
test github gofmt test with bad fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brianolson committed May 7, 2024
1 parent 98b2356 commit dcb9424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Serializer struct {
err error
}

func (bcs *Serializer) Error() error {
func (bcs *Serializer) Error() error {
return bcs.err
}

Expand Down

0 comments on commit dcb9424

Please sign in to comment.