mirror of https://github.com/gorhill/uBlock.git
Remove useless `return` statement
This commit is contained in:
parent
d6927cf1fe
commit
8d8336ffae
|
@ -522,7 +522,6 @@
|
|||
this.size = 0;
|
||||
if ( selfie !== undefined ) {
|
||||
this.fromSelfie(selfie);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue