chore: reformat code

This commit is contained in:
Cyrille Nofficial 2021-02-22 18:35:15 +01:00
parent 3c926a8bff
commit 3180c1b540

View File

@ -157,7 +157,6 @@ var registerCallBacks = func(r *Recorder) {
} }
} }
type IdGenerator interface { type IdGenerator interface {
Next() string Next() string
} }