lib/querytracer: add missing blank comment line after 3121d76bee

This commit is contained in:
Aliaksandr Valialkin 2023-11-15 16:03:46 +01:00
parent e837968e49
commit d9a7dea9a1
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -181,7 +181,7 @@ func (t *Tracer) String() string {
// ToJSON returns JSON representation of t. // ToJSON returns JSON representation of t.
// //
// ToJSON must be called when t methods aren't called by other goroutines. // 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. // It is safe calling ToJSON() when child tracers aren't finished yet.
// In this case they will contain the corresponding message. // In this case they will contain the corresponding message.
func (t *Tracer) ToJSON() string { func (t *Tracer) ToJSON() string {