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

Commit 3abe95b

Browse files
committed
add formatting
1 parent dffe362 commit 3abe95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ - (BOOL)onCustomAccessibilityAction:(FlutterCustomAccessibilityAction*)action {
282282
return YES;
283283
}
284284

285-
- (SemanticsObject*) routeFocusObject {
285+
- (SemanticsObject*)routeFocusObject {
286286
// Returns the first SemanticObject in this branch that has
287287
// the NamesRoute flag with a non-nil semantic label. Otherwise
288288
// returns nil.

0 commit comments

Comments
 (0)