RES-71 Checkstyle resgen analytics
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
gitea-openium/resgen.swift/pipeline/pr-master This commit looks good

This commit is contained in:
2025-08-25 15:53:43 +02:00
parent 2ae06867c7
commit 49a2ef8096
3 changed files with 3 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ final class AnalyticsGeneratorTests: XCTestCase {
category: String,
params: [String: Any]?
) {
var parameters: [String:NSObject] = [
var parameters: [String: NSObject] = [
AnalyticsParameterItemName: name.replacingOccurrences(of: " ", with: "_") as NSObject
]