run gofumpt

This commit is contained in:
Matthew Penner
2022-02-23 15:01:03 -07:00
parent 067ca5bb60
commit 3a738e44d6
14 changed files with 19 additions and 22 deletions

View File

@@ -52,4 +52,4 @@ func (s *Server) DestroyAllSinks() {
for _, sink := range s.sinks {
sink.Destroy()
}
}
}