diff options
author | Valery Piashchynski <[email protected]> | 2020-10-20 17:36:41 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-10-20 17:36:41 +0300 |
commit | de6a38c0f3e1f21349e6361b8fe2829a09cf02b8 (patch) | |
tree | fc99ba06106145c1b9d2279e0616795ed106588f /pipe_factory_test.go | |
parent | 4a3a8a1b94ce7a1ff697aee6c4e8a34e3a736195 (diff) |
GolangCi warnings fix
Diffstat (limited to 'pipe_factory_test.go')
-rw-r--r-- | pipe_factory_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pipe_factory_test.go b/pipe_factory_test.go index 4eda21a6..95eededa 100644 --- a/pipe_factory_test.go +++ b/pipe_factory_test.go @@ -236,4 +236,4 @@ func Benchmark_Pipe_Worker_ExecEchoWithoutContext(b *testing.B) { b.Fail() } } -}
\ No newline at end of file +} |