Skip to content

Commit 4734a5d

Browse files
committed
fix lint
1 parent f59f917 commit 4734a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class TextFileDiff extends EventEmitter {
4747
* @param Object options the options option
4848
* @return Object self
4949
*/
50-
constructor(options={}) {
50+
constructor(options = {}) {
5151
super();
5252
Object.assign(this, options);
5353
return this;

0 commit comments

Comments
 (0)