Skip to content

Commit e55101b

Browse files
committed
Lint
1 parent a57804b commit e55101b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/plugins/avatars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ class Avatars {
5656
});
5757
}
5858

59-
if (typeof this.store === 'object' && this.store != null &&
60-
typeof this.options.publicPath !== 'string') {
59+
if (typeof this.store === 'object' && this.store != null
60+
&& typeof this.options.publicPath !== 'string') {
6161
throw new TypeError('`publicPath` is not set, but it is required because `store` is set.');
6262
}
6363

0 commit comments

Comments
 (0)