Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 1, 2024
1 parent 299dde2 commit d68e965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/src/p0015.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ exports.p0015 = function() {
return Mathematics.nChooseR(40, 20);
};

const Mathematics = require('./lib/math.js');
const Mathematics = require('./lib/math.js');

0 comments on commit d68e965

Please sign in to comment.