Fixed Checkstyle issues
[clamp.git] / src / test / java / org / onap / clamp / clds / client / req / tca / TcaRequestFormatterTest.java
index c92cdcf..429611c 100644 (file)
@@ -101,7 +101,7 @@ public class TcaRequestFormatterTest {
     }
 
     @Test(expected = TcaRequestFormatterException.class)
-    public void shouldThrowTcaRequestFormatterException() throws IOException{
+    public void shouldThrowTcaRequestFormatterException() throws IOException {
         //given
         String service = "TestService";
         String policy = "TestService_scope.PolicyName";
@@ -113,4 +113,4 @@ public class TcaRequestFormatterTest {
         //then
         TcaRequestFormatter.createPolicyContent(clampProperties, modelProperties, service, policy, tca);
     }
-}
\ No newline at end of file
+}