diff --git a/event-handler/cli_test.go b/event-handler/cli_test.go index ff01bc2d6..8b7ea27e6 100644 --- a/event-handler/cli_test.go +++ b/event-handler/cli_test.go @@ -1,12 +1,13 @@ package main import ( - "github.com/alecthomas/kong" - "github.com/stretchr/testify/require" "os" "path" "testing" "time" + + "github.com/alecthomas/kong" + "github.com/stretchr/testify/require" ) // StartCmdConfig is mostly to test that the TOML file parsing works as