Skip to content

Commit 56c922f

Browse files
committed
style: Fix eslint code style
1 parent dea1229 commit 56c922f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/fetch/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export function Fetch(Base) {
177177
text => {
178178
this._renderCover(text, coverOnly);
179179
cb(coverOnly);
180-
}
180+
},
181181
);
182182
} else {
183183
this._renderCover(null, coverOnly);

0 commit comments

Comments
 (0)