mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Fix a few stylistic issues in preparation for Checkstyle addition
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=230524735
This commit is contained in:
parent
2c2b1da836
commit
701ebc6a28
8 changed files with 25 additions and 13 deletions
|
@ -84,7 +84,7 @@ public class RestoreCommitLogsAction implements Runnable {
|
|||
|
||||
@Override
|
||||
public void run() {
|
||||
checkArgument( // safety
|
||||
checkArgument(
|
||||
RegistryEnvironment.get() == RegistryEnvironment.ALPHA
|
||||
|| RegistryEnvironment.get() == RegistryEnvironment.CRASH
|
||||
|| RegistryEnvironment.get() == RegistryEnvironment.UNITTEST,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue