Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Dec 18, 2018
1 parent 3622c2c commit 625736a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Hyphenopoly.js
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,10 @@
prepareLanguagesObj(
lang,
encloseHyphenateFunction(baseData, theHyphenEngine.hyphenate),
decode((new Uint16Array(heapBuffer)).subarray(384, 384 + alphalen)),
decode(
(new Uint16Array(heapBuffer)).
subarray(384, 384 + alphalen)
),
baseData.leftmin,
baseData.rightmin
);
Expand Down

0 comments on commit 625736a

Please sign in to comment.