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

Commit 7360833

Browse files
committed
Formatting
1 parent 9179e76 commit 7360833

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -773,12 +773,12 @@ - (void)setTextInputClient:(int)client withConfiguration:(NSDictionary*)configur
773773
if (@available(iOS 11.0, *)) {
774774
NSString* enableSmartDashes = configuration[@"enableSmartDashes"];
775775
_activeView.smartDashesType = enableSmartDashes && ![enableSmartDashes boolValue]
776-
? UITextSmartDashesTypeNo
777-
: UITextSmartDashesTypeDefault;
776+
? UITextSmartDashesTypeNo
777+
: UITextSmartDashesTypeDefault;
778778
NSString* enableSmartQuotes = configuration[@"enableSmartQuotes"];
779779
_activeView.smartQuotesType = enableSmartQuotes && ![enableSmartQuotes boolValue]
780-
? UITextSmartQuotesTypeNo
781-
: UITextSmartQuotesTypeDefault;
780+
? UITextSmartQuotesTypeNo
781+
: UITextSmartQuotesTypeDefault;
782782
}
783783
if ([keyboardAppearance isEqualToString:@"Brightness.dark"]) {
784784
_activeView.keyboardAppearance = UIKeyboardAppearanceDark;

0 commit comments

Comments
 (0)