Skip to content

Commit

Permalink
#232: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 14, 2024
1 parent 73e9623 commit 2f48810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/test_dataize.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const versions = new Map([
[parserVersion, homeHash],
['0.34.1', '1d605bd872f27494551e9dd2341b9413d0d96d89'],
]);
versions.forEach(function (hash, version) {
versions.forEach(function(hash, version) {
describe('dataize', function() {
it('dataizes with ' + version, function(done) {
home = path.resolve('temp/test-dataize/' + version + '/simple');
Expand Down

0 comments on commit 2f48810

Please sign in to comment.