mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
Remove unnecessary return in void function
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=173415021
This commit is contained in:
@@ -124,7 +124,6 @@ final class RegistryCli {
|
||||
System.err.println("===================================================================");
|
||||
System.err.println("You must login using 'nomulus login' prior to running this command.");
|
||||
System.err.println("===================================================================");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user