Skip to content

Commit 870804c

Browse files
authored
removed trailing spaces
1 parent 9d2ba57 commit 870804c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/webgl/p5.Camera.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ suite('p5.Camera', function() {
331331
assert.closeTo(myCam.upY, expectedUp.y, 0.001, 'upY mismatch');
332332
assert.closeTo(myCam.upZ, expectedUp.z, 0.001, 'upZ mismatch');
333333
});
334-
});
334+
});
335335
});
336336

337337
suite('Rotation with angleMode(DEGREES)', function() {

0 commit comments

Comments
 (0)