Skip to content

Commit 5cb2069

Browse files
Forchapeatlksen0
authored andcommitted
removed trailing spaces
1 parent a527a91 commit 5cb2069

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
@@ -341,7 +341,7 @@ suite('p5.Camera', function() {
341341
assert.closeTo(myCam.upY, expectedUp.y, 0.001, 'upY mismatch');
342342
assert.closeTo(myCam.upZ, expectedUp.z, 0.001, 'upZ mismatch');
343343
});
344-
});
344+
});
345345
});
346346

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

0 commit comments

Comments
 (0)