clippy: fix warnings in components/script (#32023)

This commit is contained in:
Azhar Ismagulova 2024-04-09 10:34:52 +01:00 committed by GitHub
parent 8d513cf4c7
commit 581913f77e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 19 deletions

View file

@ -2826,7 +2826,7 @@ impl GlobalScope {
},
_ => {
p.reject_error(Error::NotSupported);
return p;
p
},
}
}