Skip to content

Commit fb9639a

Browse files
committed
Run style
1 parent 1c89842 commit fb9639a

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Example/tvOSSample/tvOSSample/AuthViewController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import UIKit
1616
import FirebaseAuth
1717

1818
class AuthViewController: UIViewController {
19-
2019
// MARK: - User Interface
2120

2221
/// A stackview containing all of the buttons to providers (Email, OAuth, etc).

Example/tvOSSample/tvOSSample/EmailLoginViewController.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ protocol EmailLoginDelegate {
2121
}
2222

2323
class EmailLoginViewController: UIViewController {
24-
2524
// MARK: - Public Properties
2625

2726
var delegate: EmailLoginDelegate?
@@ -65,8 +64,7 @@ class EmailLoginViewController: UIViewController {
6564

6665
// MARK: - View Controller Lifecycle
6766

68-
override func viewDidLoad() {
69-
}
67+
override func viewDidLoad() {}
7068

7169
// MARK: - Helper Methods
7270

GoogleUtilities/Network/GULNetworkURLSession.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
#import "Private/GULNetworkConstants.h"
2222
#import "Private/GULNetworkMessageCode.h"
2323

24-
@interface GULNetworkURLSession () <NSURLSessionDelegate, NSURLSessionTaskDelegate,
25-
NSURLSessionDownloadDelegate>
24+
@interface GULNetworkURLSession () <NSURLSessionDelegate,
25+
NSURLSessionTaskDelegate,
26+
NSURLSessionDownloadDelegate>
2627
@end
2728

2829
@implementation GULNetworkURLSession {

0 commit comments

Comments
 (0)