Skip to content

Commit aa5f7d1

Browse files
committed
remove whitespace
1 parent e144429 commit aa5f7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/fabric/fabricFrameSources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function getTranslationParams({ progress, zoomDirection, zoomAmount }) {
2626

2727
if (zoomDirection === 'right') translation = (progress) * range - range / 2;
2828
else if (zoomDirection === 'left') translation = -((progress) * range - range / 2);
29-
29+
3030
return translation;
3131
}
3232

0 commit comments

Comments
 (0)