Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6a23ce9

Browse files
committedFeb 12, 2024·
golint
Signed-off-by: Mikhail Scherba <[email protected]>
1 parent 95c2323 commit 6a23ce9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎pkg/module_manager/module_manager.go

-1
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,6 @@ func (mm *ModuleManager) RegisterModule(moduleSource, modulePath string) error {
12241224
if isEnabled {
12251225
log.Infof("Push ConvergeModules task because %q Module was re-enabled", moduleName)
12261226
mm.PushConvergeModulesTask(moduleName, "re-enabled")
1227-
12281227
}
12291228
return nil
12301229
}

0 commit comments

Comments
 (0)
Please sign in to comment.