Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / test / java / org / onap / nbi / test / KarateApiTest.java
index e5845f3..ee2a993 100644 (file)
@@ -11,6 +11,7 @@
  * or implied. See the License for the specific language governing permissions and limitations under
  * the License.
  */
+
 package org.onap.nbi.test;
 
 import com.intuit.karate.junit4.Karate;
@@ -22,9 +23,9 @@ import org.junit.runner.RunWith;
 @CucumberOptions(features = "src/test/resources/karatetest/features")
 public class KarateApiTest {
 
-  @AfterClass
-  public static void stop() throws Exception {
-    Context.stopServers();
-  }
+    @AfterClass
+    public static void stop() throws Exception {
+        Context.stopServers();
+    }
 
 }