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