Skip to content

Commit 613170f

Browse files
Kacper ŻółkiewskiKacper Żółkiewski
authored andcommitted
fix: add necessary whitespaces
1 parent 323cfea commit 613170f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

android/src/main/java/com/horcrux/svg/VirtualView.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -605,13 +605,13 @@ void setClientRect(RectF rect) {
605605
UIManagerHelper.getEventDispatcherForReactTag(mContext, getId());
606606
if (eventDispatcher != null) {
607607
eventDispatcher.dispatchEvent(
608-
new SvgOnLayoutEvent(
609-
UIManagerHelper.getSurfaceId(VirtualView.this),
610-
this.getId(),
611-
left,
612-
top,
613-
width,
614-
height));
608+
new SvgOnLayoutEvent(
609+
UIManagerHelper.getSurfaceId(VirtualView.this),
610+
this.getId(),
611+
left,
612+
top,
613+
width,
614+
height));
615615
}
616616
}
617617

0 commit comments

Comments
 (0)