Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Adding back in line.
  • Loading branch information
htmlandbacon authored and franciscocardoso committed Aug 3, 2020
1 parent 66e413b commit 56fbf3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ export default class UkModulusChecking {

content.split('\r\n').forEach((line) => {
const data = line.split(/\s+/);

/* jscs:disable validateOrderInObjectKeys */
valacdos.push({
start: parseInt(data[0], 10),
Expand Down

0 comments on commit 56fbf3c

Please sign in to comment.