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

Commit 5d350f3

Browse files
committed
auto-format
1 parent 81d9aec commit 5d350f3

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

packages/path_provider/android/src/main/java/io/flutter/plugins/pathprovider/PathProviderPlugin.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
package io.flutter.plugins.pathprovider;
66

7-
import android.support.annotation.NonNull;
8-
import io.flutter.embedding.engine.plugins.FlutterPlugin;
97
import android.content.Context;
108
import android.os.Build.VERSION;
119
import android.os.Build.VERSION_CODES;
10+
import android.support.annotation.NonNull;
11+
import io.flutter.embedding.engine.plugins.FlutterPlugin;
1212
import io.flutter.plugin.common.MethodCall;
1313
import io.flutter.plugin.common.MethodChannel;
1414
import io.flutter.plugin.common.MethodChannel.MethodCallHandler;
@@ -24,7 +24,7 @@ public class PathProviderPlugin implements FlutterPlugin, MethodCallHandler {
2424
private Context context;
2525
private MethodChannel channel;
2626

27-
public PathProviderPlugin() { }
27+
public PathProviderPlugin() {}
2828

2929
public static void registerWith(Registrar registrar) {
3030
PathProviderPlugin instance = new PathProviderPlugin();

packages/path_provider/example/android/app/src/main/java/io/flutter/plugins/pathproviderexample/EmbeddingV1Activity.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
import io.flutter.plugins.GeneratedPluginRegistrant;
77

88
public class EmbeddingV1Activity extends FlutterActivity {
9-
@Override
10-
protected void onCreate(Bundle savedInstanceState) {
11-
super.onCreate(savedInstanceState);
12-
GeneratedPluginRegistrant.registerWith(this);
13-
}
9+
@Override
10+
protected void onCreate(Bundle savedInstanceState) {
11+
super.onCreate(savedInstanceState);
12+
GeneratedPluginRegistrant.registerWith(this);
13+
}
1414
}

packages/path_provider/test/path_provider_e2e.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import 'package:flutter_test/flutter_test.dart';
32
import 'package:path_provider/path_provider.dart';
43
import 'package:e2e/e2e.dart';

0 commit comments

Comments
 (0)