Skip to content

Commit f7b4885

Browse files
author
github-actions
committed
style: apply google format
1 parent ecbb02e commit f7b4885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/org/openpatch/scratch/extensions/camera/Camera.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public Vector2 getPosition() {
4343

4444
/**
4545
* Converts screen coordinates to local camera coordinates
46-
*
46+
*
4747
* @param v screen coordinates
4848
* @return local coordinates
4949
*/
@@ -63,7 +63,7 @@ public double toLocalY(double y) {
6363

6464
/**
6565
* Converts local camera coordinates to screen coordinates
66-
*
66+
*
6767
* @param v local camera coordinates
6868
* @return screen coordinates
6969
*/

0 commit comments

Comments
 (0)