Fixed indentation

This commit is contained in:
Angelos Chalaris 2018-10-02 14:59:11 +03:00 committed by GitHub
parent 07735a5c9d
commit c67ebe4285
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ const skipModels = new Set(['gray']);
const styles = Object.create(null);
function escapeStringRegexp(str) {
return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
}
function applyOptions(obj, options = {}) {