chore: fix linting issues exposed by fixing golangci-lint (#12895)
Co-authored-by: Marko <marbar3778@yahoo.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Marko
Julien Robert
parent
15b04c2a87
commit
0943a70215
+16
-15
@@ -43,21 +43,22 @@ func ChainAnteDecorators(chain ...AnteDecorator) AnteHandler {
|
||||
|
||||
// Terminator AnteDecorator will get added to the chain to simplify decorator code
|
||||
// Don't need to check if next == nil further up the chain
|
||||
// ______
|
||||
// <((((((\\\
|
||||
// / . }\
|
||||
// ;--..--._|}
|
||||
// (\ '--/\--' )
|
||||
// \\ | '-' :'|
|
||||
// \\ . -==- .-|
|
||||
// \\ \.__.' \--._
|
||||
// [\\ __.--| // _/'--.
|
||||
// \ \\ .'-._ ('-----'/ __/ \
|
||||
// \ \\ / __>| | '--. |
|
||||
// \ \\ | \ | / / /
|
||||
// \ '\ / \ | | _/ /
|
||||
// \ \ \ | | / /
|
||||
// snd \ \ \ /
|
||||
//
|
||||
// ______
|
||||
// <((((((\\\
|
||||
// / . }\
|
||||
// ;--..--._|}
|
||||
// (\ '--/\--' )
|
||||
// \\ | '-' :'|
|
||||
// \\ . -==- .-|
|
||||
// \\ \.__.' \--._
|
||||
// [\\ __.--| // _/'--.
|
||||
// \ \\ .'-._ ('-----'/ __/ \
|
||||
// \ \\ / __>| | '--. |
|
||||
// \ \\ | \ | / / /
|
||||
// \ '\ / \ | | _/ /
|
||||
// \ \ \ | | / /
|
||||
// snd \ \ \ /
|
||||
type Terminator struct{}
|
||||
|
||||
// Simply return provided Context and nil error
|
||||
|
||||
Reference in New Issue
Block a user