Skip to content

Commit

Permalink
Fix coding standard issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelvieira committed Jan 18, 2018
1 parent b96270b commit 8df53e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/whiteList.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* A list of methods that might be called on the node but they will return
* a value so they should not return the wrapper
*/
* A list of methods that might be called on the node but they will return
* a value so they should not return the wrapper
*/
// prettier-ignore
export default [
// "addEventListener",
Expand Down

0 comments on commit 8df53e8

Please sign in to comment.