chore: use gofumpt for code formatting
This commit is contained in:
@@ -12,7 +12,8 @@ type closer struct {
|
||||
type closers []closer
|
||||
|
||||
func (c *closers) add(operation string, step step,
|
||||
closeFunc func() error) {
|
||||
closeFunc func() error,
|
||||
) {
|
||||
closer := closer{
|
||||
operation: operation,
|
||||
step: step,
|
||||
|
||||
Reference in New Issue
Block a user