Skip to content

Commit

Permalink
removed extraneous fx.Supply
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabass committed Oct 14, 2021
1 parent b086ca5 commit d909998
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ import (
"fmt"
"os"

"github.com/xmidt-org/chronon"
"go.uber.org/fx"
)

func run(args []string) error {
app := fx.New(
parseCommandLine(args),
provideLogger(os.Stdout),
fx.Supply(chronon.SystemClock()),
provideActions(),
provideSwitchConfig(),
provideSwitch(),
Expand Down

0 comments on commit d909998

Please sign in to comment.