mirror of
https://github.com/svg/svgo.git
synced 2025-07-28 09:22:00 +03:00
Format all plugins with prettier
This commit is contained in:
@ -16,8 +16,6 @@ exports.description = 'removes <metadata>';
|
||||
*
|
||||
* @author Kir Belevich
|
||||
*/
|
||||
exports.fn = function(item) {
|
||||
|
||||
return !item.isElem('metadata');
|
||||
|
||||
exports.fn = function (item) {
|
||||
return !item.isElem('metadata');
|
||||
};
|
||||
|
Reference in New Issue
Block a user