fix linting errors

This commit is contained in:
Sebastian McKenzie
2015-02-01 16:21:13 +11:00
parent 981d3e40f8
commit 2cdb4e3343
3 changed files with 3 additions and 5 deletions

View File

@@ -35,4 +35,4 @@ module.exports = function (a, b) {
}
return matrix[b.length][a.length];
}
};