mirror of
https://github.com/svg/svgo.git
synced 2025-07-06 04:02:31 +03:00
Format all plugins with prettier
This commit is contained in:
@ -16,8 +16,6 @@ exports.description = 'removes <script> elements (disabled by default)';
|
||||
*
|
||||
* @author Patrick Klingemann
|
||||
*/
|
||||
exports.fn = function(item) {
|
||||
|
||||
return !item.isElem('script');
|
||||
|
||||
exports.fn = function (item) {
|
||||
return !item.isElem('script');
|
||||
};
|
||||
|
Reference in New Issue
Block a user