Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 8caebc2

Browse files
committed
autoformat
1 parent 436bb31 commit 8caebc2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

shell/platform/darwin/ios/framework/Source/accessibility_bridge.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// found in the LICENSE file.
44

55
#import "flutter/shell/platform/darwin/ios/framework/Source/accessibility_bridge.h"
6-
#import "flutter/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.h"
76
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h"
7+
#import "flutter/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.h"
88

99
#import "flutter/shell/platform/darwin/ios/platform_view_ios.h"
1010

shell/platform/darwin/ios/platform_view_ios.mm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@
9999

100100
void PlatformViewIOS::attachView() {
101101
FML_DCHECK(owner_controller_);
102-
FML_DCHECK(owner_controller_.get().isViewLoaded) << "FlutterViewController's view should be loaded "
103-
"before attaching to PlatformViewIOS.";
102+
FML_DCHECK(owner_controller_.get().isViewLoaded)
103+
<< "FlutterViewController's view should be loaded "
104+
"before attaching to PlatformViewIOS.";
104105
ios_surface_ =
105106
[static_cast<FlutterView*>(owner_controller_.get().view) createSurface:ios_context_];
106107
FML_DCHECK(ios_surface_ != nullptr);

0 commit comments

Comments
 (0)