Autofix indentation issues (eslint --fix)
This commit is contained in:
@@ -8,7 +8,7 @@ describe('ol.vec.Mat4', function() {
|
||||
describe('ol.vec.Mat4.create()', function() {
|
||||
it('returns the expected matrix', function() {
|
||||
expect(ol.vec.Mat4.create()).to.eql(
|
||||
[1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]);
|
||||
[1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user