diff --git a/v1/ao/agent.go b/v1/ao/agent.go index 397989e0..81c99573 100644 --- a/v1/ao/agent.go +++ b/v1/ao/agent.go @@ -72,4 +72,4 @@ func SetLogOutput(w io.Writer) { // SetServiceKey sets the service key of the agent func SetServiceKey(key string) { reporter.SetServiceKey(key) -} \ No newline at end of file +}