Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustyniak committed Aug 30, 2024
1 parent a4d8463 commit 50508c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ extension MockCoreLogging: CoreLogging {
self.logAppUpdateExpectation?.fulfill()
}

func logAppLaunchTTI(duration _: TimeInterval) {}
func logAppLaunchTTI(_ duration: TimeInterval) {}

func addField(withKey _: String, value _: String) {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ extension MockLoggerBridging: LoggerBridging {
self.logAppUpdateExpectation?.fulfill()
}

func logAppLaunchTTI(duration _: TimeInterval) {}
func logAppLaunchTTI(_ duration: TimeInterval) {}

func addField(withKey _: String, value _: String) {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ extension MockLogging: Logging {
self.onLog(log)
}

func logAppLaunchTTI(duration _: TimeInterval) {}
func logAppLaunchTTI(_ duration: TimeInterval) {}

func addField(withKey _: String, value _: FieldValue) {}

Expand Down

0 comments on commit 50508c8

Please sign in to comment.