generated from Seekra/repository-template
style: remove unnecessary semicolons after blocks
This commit is contained in:
@@ -25,7 +25,7 @@ export const ensureUnit = function (d) {
|
||||
// if it ends with a number
|
||||
if (/\d$/.test(d)) {
|
||||
d += 'px';
|
||||
};
|
||||
}
|
||||
|
||||
return d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user