Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / cadi / core / src / test / java / org / onap / aaf / cadi / test / JU_TrustChecker.java
index 511c6ee..c6070d7 100644 (file)
@@ -29,9 +29,9 @@ import org.onap.aaf.cadi.TrustChecker;
 
 public class JU_TrustChecker {
 
-       @Test
-       public void noTrustTests() {
-               assertThat(TrustChecker.NOTRUST.mayTrust(null, null), is(nullValue()));
-               TrustChecker.NOTRUST.setLur(null);
-       }
+    @Test
+    public void noTrustTests() {
+        assertThat(TrustChecker.NOTRUST.mayTrust(null, null), is(nullValue()));
+        TrustChecker.NOTRUST.setLur(null);
+    }
 }