fix: fixed swiftlint warnings (#1386)

This commit is contained in:
Serhiy Mytrovtsiy
2023-04-01 16:58:05 +02:00
parent 4314de533c
commit 3c9a3722bf
20 changed files with 75 additions and 89 deletions

View File

@@ -139,6 +139,7 @@ open class Module: Module_p {
// swiftlint:disable empty_count
if self.config.widgetsConfig.count != 0 {
// swiftlint:enable empty_count
self.initWidgets()
} else {
debug("Module started without widget", log: self.log)