chore: Move to prettier standard double quotes (#1309)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// @flow
|
||||
import ExtendableError from 'es6-error';
|
||||
import ExtendableError from "es6-error";
|
||||
|
||||
export class AuthorizationError extends ExtendableError {}
|
||||
export class NetworkError extends ExtendableError {}
|
||||
|
||||
Reference in New Issue
Block a user