Skip to content

Commit 05b678c

Browse files
HeshamMegidalyezz
andauthored
📝 Linting
Co-Authored-By: alyezz <[email protected]>
1 parent 6655b3c commit 05b678c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/instabug/instabugflutter/InstabugFlutterPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static void registerWith(Registrar registrar) {
5353
public void onMethodCall(MethodCall call, Result result) {
5454
Method[] methods = this.getClass().getMethods();
5555
boolean isImplemented = false;
56-
for(Method method : methods){
56+
for (Method method : methods) {
5757
if (call.method.equals(method.getName())) {
5858
isImplemented = true;
5959
ArrayList<Object> tempParamValues = new ArrayList<>();

0 commit comments

Comments
 (0)