mirror of
https://github.com/google/nomulus.git
synced 2025-07-15 07:25:13 +02:00
Remove unnecessary return in void function
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=173415021
This commit is contained in:
parent
bb8b701425
commit
51326a1a5c
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ final class RegistryCli {
|
||||||
System.err.println("===================================================================");
|
System.err.println("===================================================================");
|
||||||
System.err.println("You must login using 'nomulus login' prior to running this command.");
|
System.err.println("You must login using 'nomulus login' prior to running this command.");
|
||||||
System.err.println("===================================================================");
|
System.err.println("===================================================================");
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue