Skip to content

Commit

Permalink
update format (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang committed Jul 13, 2023
1 parent 652461f commit 57bf400
Showing 1 changed file with 7 additions and 6 deletions.
Expand Up @@ -18,9 +18,10 @@
*/
package org.eclipse.microprofile.config.tck.profile;

import jakarta.enterprise.context.Dependent;
import jakarta.enterprise.inject.spi.CDI;
import jakarta.inject.Inject;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.is;

import org.eclipse.microprofile.config.ConfigProvider;
import org.eclipse.microprofile.config.inject.ConfigProperty;
import org.jboss.arquillian.container.test.api.Deployment;
Expand All @@ -31,9 +32,9 @@
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.testng.annotations.Test;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.is;
import jakarta.enterprise.context.Dependent;
import jakarta.enterprise.inject.spi.CDI;
import jakarta.inject.Inject;

/**
* Test cases for Config profile
Expand Down

0 comments on commit 57bf400

Please sign in to comment.