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

Commit 820865e

Browse files
committed
Removed trailing whitespace
1 parent ae1dfb5 commit 820865e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell/platform/android/test/io/flutter/plugin/editing/TextInputPluginTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ public void destroy_clearTextInputMethodHandler() {
11771177

11781178
@SuppressWarnings("deprecation")
11791179
// DartExecutor.send is deprecated.
1180-
private void verifyInputConnection(TextInputChannel.TextInputType textInputType)
1180+
private void verifyInputConnection(TextInputChannel.TextInputType textInputType)
11811181
throws JSONException {
11821182
TestImm testImm = Shadow.extract(ctx.getSystemService(Context.INPUT_METHOD_SERVICE));
11831183
FlutterJNI mockFlutterJni = mock(FlutterJNI.class);
@@ -1232,7 +1232,7 @@ private void verifyInputConnection(TextInputChannel.TextInputType textInputType)
12321232
"TextInputClient.performAction",
12331233
new String[] {"0", "TextInputAction.done"});
12341234
}
1235-
1235+
12361236
@Test
12371237
public void inputConnection_createsActionFromEnter() throws JSONException {
12381238
verifyInputConnection(TextInputChannel.TextInputType.TEXT);

0 commit comments

Comments
 (0)