Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 13, 2023
1 parent b959d14 commit 65ea0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge/test/test.factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var factory = require( './../lib/factory.js' );
// FUNCTIONS //

function setup() {
var opts = copy( defaults );
var opts = defaults();
delete opts.level;
return opts;
}
Expand Down

0 comments on commit 65ea0df

Please sign in to comment.