Skip to content

Commit

Permalink
4 space indents
Browse files Browse the repository at this point in the history
  • Loading branch information
realdennis committed Sep 2, 2019
1 parent fbcbfa9 commit bb2456d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit/serialize.js
Expand Up @@ -428,10 +428,10 @@ describe('serialize( obj )', function () {
it("should accept a `ignoreFunction` option", function() {
function fn() { return true; }
var obj = {
fn: fn,
fn_arrow: () => {
fn: fn,
fn_arrow: () => {
return true;
}
}
};
var obj2 = {
num:123,
Expand Down

0 comments on commit bb2456d

Please sign in to comment.