Add missing whitespace around keywords, operators and braces
Change-Id: I47923156c25c36d1755765f06e81bb6cdad6fe03
This commit is contained in:
@@ -472,7 +472,7 @@ public class PluginGuiceEnvironment {
|
||||
private static <T> void replace(Plugin newPlugin,
|
||||
ReloadableRegistrationHandle<T> h, Binding<T> b) {
|
||||
RegistrationHandle n = h.replace(b.getKey(), b.getProvider());
|
||||
if (n != null){
|
||||
if (n != null) {
|
||||
newPlugin.add(n);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user