style: remove white space

This commit is contained in:
LuanRT
2022-07-03 04:40:26 -03:00
parent 3bdcdf7cf1
commit d7d6a4e019

View File

@@ -247,6 +247,7 @@ class Parser {
return observe(results);
}
const keys = Object.keys(data);
const classname = this.sanitizeClassName(keys[0]);
@@ -265,7 +266,6 @@ class Parser {
return null;
}
}
}
static formatError({ classname, classdata, err }) {