Fix SwiftLint warning
All checks were successful
gitea-openium/resgen.swift/pipeline/pr-master This commit looks good

This commit is contained in:
2025-07-17 11:35:51 +02:00
parent ffb3ca8393
commit b926944cf5
3 changed files with 8 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ class AnalyticsDefinition {
switch parameter.type {
case .bool:
defaultValue = "\(parameter.defaultValue.lowercased())"
case .int, .double:
defaultValue = "\(parameter.defaultValue)"