Skip to content

Commit 36ae5ce

Browse files
committed
lint
1 parent 39b4531 commit 36ae5ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/merr/closer.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
// CloseAndMergeError close the closable and merge the closeErr with the given err into a multierror
1010
// Note: when using this function in a defer function, don't use as below:
1111
// func XXX() (
12+
//
1213
// err error,
1314
// ) {
1415
// defer func() {
@@ -18,6 +19,7 @@ import (
1819
//
1920
// Better to use as below:
2021
// func XXX() (
22+
//
2123
// errToReturn error,
2224
// ) {
2325
// defer func() {

0 commit comments

Comments
 (0)