Skip to content

Commit 7b98a57

Browse files
Kacper ŻółkiewskiKacper Żółkiewski
authored andcommitted
fix: add new line in the end of SvgOnLayoutEvent file
1 parent 76ab292 commit 7b98a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/horcrux/svg/events/SvgOnLayoutEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ public static SvgOnLayoutEvent obtain(int surfaceId, int viewTag, int x, int y,
6464
event.init(surfaceId, viewTag, x, y, width, height);
6565
return event;
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)