PolyGerrit: Remove redundant return statement

Change-Id: Iac56cfa4065bdeb51214fcaf3a8aa326729d055f
This commit is contained in:
David Ostrovsky
2020-05-07 22:17:01 +02:00
committed by David Ostrovsky
parent faa8618507
commit e73905097a
2 changed files with 0 additions and 2 deletions

View File

@@ -1263,7 +1263,6 @@ class GrFileList extends mixinBehaviors( [
c, {__commentSide: threadEl.commentSide}
));
flush();
return;
}
_handleEscKey(e) {

View File

@@ -200,7 +200,6 @@ class GrErrorManager extends mixinBehaviors( [
showSignInButton: !isLoggedIn,
});
});
return;
}
_constructServerErrorMsg({errorText, status, statusText, url, trace, tip}) {