Skip to content

Commit

Permalink
linters fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suetin committed Jun 3, 2024
1 parent 68c8a96 commit 2de37a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type App struct {
daemonMutex sync.Mutex
replRepairState map[string]*ReplicationRepairState
externalReplication mysql.IExternalReplication
switchHelper mysql.ISwitchHelper
switchHelper mysql.ISwitchHelper
}

// NewApp returns new App. Suddenly.
Expand Down Expand Up @@ -72,7 +72,7 @@ func NewApp(configFile, logLevel string, interactive bool) (*App, error) {
streamFromFailedAt: make(map[string]time.Time),
replRepairState: make(map[string]*ReplicationRepairState),
externalReplication: externalReplication,
switchHelper: switchHelper,
switchHelper: switchHelper,
}
return app, nil
}
Expand Down

0 comments on commit 2de37a7

Please sign in to comment.