1
0
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:
mcilwain
2017-06-07 10:24:46 -04:00
committed by jianglai
parent bb8b701425
commit 51326a1a5c

View File

@@ -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;
}
}