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

Commit 15eaf35

Browse files
committed
Formatting
1 parent 02970d6 commit 15eaf35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ - (void)testHasStrings {
2828
calledSet = true;
2929
};
3030
FlutterMethodCall* methodCallSet =
31-
[FlutterMethodCall methodCallWithMethodName:@"Clipboard.setClipboardData" arguments:@{@"text": @"some string"}];
31+
[FlutterMethodCall methodCallWithMethodName:@"Clipboard.setClipboardData"
32+
arguments:@{@"text": @"some string"}];
3233
[plugin handleMethodCall:methodCallSet result:resultSet];
3334
XCTAssertEqual(calledSet, true);
3435

0 commit comments

Comments
 (0)