Skip to content

Commit 54dd7d2

Browse files
committed
linter
1 parent 9d42913 commit 54dd7d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controllers/om/automation_status.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ func isAuthenticationTransitionMove(move string) bool {
148148
"InitiateReplSet": {},
149149
}
150150

151-
_, ok := authMoves[move]
151+
_, ok := authMoves[move]
152152

153-
return ok
153+
return ok
154154
}
155155

156156
func areAnyAgentsInKubeUpgradeMode(as *AutomationStatus, relevantProcesses []string, log *zap.SugaredLogger) bool {

0 commit comments

Comments
 (0)