Mass whitespace changes (Style Warnings)
[aaf/authz.git] / auth / auth-core / src / main / java / org / onap / aaf / auth / env / NullTrans.java
index 3b7ed6f..d1c5d28 100644 (file)
@@ -225,7 +225,7 @@ public class NullTrans implements AuthzTrans {
 
     @Override
     public Date now() {
-        if(now==null) {
+        if (now==null) {
             now = new Date();
         }
         return now;