mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/querytracer: add missing blank comment line after 3121d76bee
This commit is contained in:
parent
e837968e49
commit
d9a7dea9a1
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue