Skip to content

Commit

Permalink
Clean up spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mschnee committed Oct 1, 2018
1 parent 7fe4690 commit 05de693
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/lib/cell/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const util = require('util');

const validXmlRegex = /[\u0009\u000a\u000d\u0020-\uD7FF\uE000-\uFFFD]/u;


/**
* The list of valid characters is
* #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]
Expand Down

0 comments on commit 05de693

Please sign in to comment.