PolyGerrit: Remove redundant return statement
Change-Id: Iac56cfa4065bdeb51214fcaf3a8aa326729d055f
This commit is contained in:
committed by
David Ostrovsky
parent
faa8618507
commit
e73905097a
@@ -1263,7 +1263,6 @@ class GrFileList extends mixinBehaviors( [
|
||||
c, {__commentSide: threadEl.commentSide}
|
||||
));
|
||||
flush();
|
||||
return;
|
||||
}
|
||||
|
||||
_handleEscKey(e) {
|
||||
|
||||
@@ -200,7 +200,6 @@ class GrErrorManager extends mixinBehaviors( [
|
||||
showSignInButton: !isLoggedIn,
|
||||
});
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
_constructServerErrorMsg({errorText, status, statusText, url, trace, tip}) {
|
||||
|
||||
Reference in New Issue
Block a user