Fix SwiftLint warning + CPD warning
Some checks reported warnings
gitea-openium/resgen.swift/pipeline/pr-master This commit is unstable

This commit is contained in:
2025-07-17 11:09:10 +02:00
parent 087280502e
commit ffb3ca8393
7 changed files with 76 additions and 53 deletions

View File

@@ -18,7 +18,7 @@ class AnalyticsParameter {
var replaceIn: [String] = []
// MARK: - Init
init(name: String, type: ParameterType, value: String, defaultValue: String) {
self.name = name
self.type = type