We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59f917 commit 4734a5dCopy full SHA for 4734a5d
index.js
@@ -47,7 +47,7 @@ class TextFileDiff extends EventEmitter {
47
* @param Object options the options option
48
* @return Object self
49
*/
50
- constructor(options={}) {
+ constructor(options = {}) {
51
super();
52
Object.assign(this, options);
53
return this;
0 commit comments