X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/95b51279959956123f87f798d93ee7f1521c0caa..9067f2344057a247dab19e6ce6756cb7d560d992:/hotline/client.go diff --git a/hotline/client.go b/hotline/client.go index 3676560..3a6584a 100644 --- a/hotline/client.go +++ b/hotline/client.go @@ -119,7 +119,7 @@ func (db *DebugBuffer) Write(p []byte) (int, error) { return db.TextView.Write(p) } -// Sync is a noop function that exists to satisfy the zapcore.WriteSyncer interface +// Sync is a noop function that dataFile to satisfy the zapcore.WriteSyncer interface func (db *DebugBuffer) Sync() error { return nil }