diff --git a/cmd/piper/piper.go b/cmd/piper/piper.go index 2a0e9b4..d71fde9 100644 --- a/cmd/piper/piper.go +++ b/cmd/piper/piper.go @@ -53,4 +53,4 @@ func main() { defer stop() event_handler.Start(ctx, stop, cfg, globalClients) server.Start(ctx, stop, cfg, globalClients) -} +} \ No newline at end of file