From db369cfc891860dfa180ec6f69105a395f1fc4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awosz?= Date: Wed, 28 Aug 2013 18:10:07 +0200 Subject: [PATCH] gofmt --- replay/request_stats.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/replay/request_stats.go b/replay/request_stats.go index d1bbf32..86b5f61 100644 --- a/replay/request_stats.go +++ b/replay/request_stats.go @@ -43,8 +43,8 @@ func (s *RequestStat) IncResp(resp *HttpResponse) { // Updated stats timestamp to current time and reset to zero all stats values // TODO: Further on reset it should write stats to file func (s *RequestStat) reset() { - if s.timestamp != 0 { - Debug("Host:", s.host.Url, "Requests:", s.Count, "Errors:", s.Errors, "Status codes:", s.Codes) + if s.timestamp != 0 { + Debug("Host:", s.host.Url, "Requests:", s.Count, "Errors:", s.Errors, "Status codes:", s.Codes) } s.timestamp = time.Now().Unix()