From 60ff3cbb3dae2005389ccf537d6061dbf3cce799 Mon Sep 17 00:00:00 2001
From: Aliaksandr Valialkin <valyala@victoriametrics.com>
Date: Wed, 15 Nov 2023 16:03:46 +0100
Subject: [PATCH] lib/querytracer: add missing blank comment line after
 3121d76bee9c5f8003ef52d998da00eacdb194a8

---
 lib/querytracer/tracer.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/querytracer/tracer.go b/lib/querytracer/tracer.go
index 8b4d228c9c..3b4595c2e1 100644
--- a/lib/querytracer/tracer.go
+++ b/lib/querytracer/tracer.go
@@ -181,7 +181,7 @@ func (t *Tracer) String() string {
 // ToJSON returns JSON representation of t.
 //
 // ToJSON must be called when t methods aren't called by other goroutines.
-
+//
 // It is safe calling ToJSON() when child tracers aren't finished yet.
 // In this case they will contain the corresponding message.
 func (t *Tracer) ToJSON() string {