Skip to content

Commit

Permalink
Fix a line break.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 580361967
  • Loading branch information
JillSong authored and maddevrelgithubbot committed Nov 8, 2023
1 parent dd58ff6 commit 7ad45a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Swift/admob/BannerExample/BannerExample/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil
) -> Bool {
print(
"Google Mobile Ads SDK version:
\(GADGetStringFromVersionNumber(GADMobileAds.sharedInstance().versionNumber))"
"Google Mobile Ads SDK version: \(GADGetStringFromVersionNumber(GADMobileAds.sharedInstance().versionNumber))"
)
return true
}
Expand Down

0 comments on commit 7ad45a9

Please sign in to comment.