From ea22bf88434aff568b9addb43c0673dafa20d679 Mon Sep 17 00:00:00 2001 From: "Alexey Lavrenuke (load testing)" Date: Sun, 27 Dec 2015 20:07:44 +0300 Subject: [PATCH] fix travis build --- aggregate/phout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aggregate/phout.go b/aggregate/phout.go index 00e174dbf..e3ce63458 100644 --- a/aggregate/phout.go +++ b/aggregate/phout.go @@ -92,9 +92,9 @@ loop: break loop } } - rl.phout.Flush() } } + rl.phout.Flush() return nil }