Skip to content

Commit

Permalink
Fix formatting in integration-tests/java-17/src/main/java/io/quarkus/…
Browse files Browse the repository at this point in the history
…it/hibernate/panache/person

I don't understand why CI builds don't fail, but these files get
reformatted every time I build Quarkus and it's annoying.
  • Loading branch information
yrodiere committed Mar 16, 2023
1 parent 0a503ff commit f3e39be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public Response addPerson(Person person) {
return Response.created(URI.create("/persons/entity/" + id)).build();
}


@GET
@Path("hql-project")
@Transactional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
import static io.restassured.RestAssured.when;
import static org.hamcrest.CoreMatchers.is;

import io.quarkus.test.TestTransaction;
import org.junit.jupiter.api.Test;

import io.quarkus.it.mongodb.panache.person.Person;
import io.quarkus.it.mongodb.panache.person.Status;
import io.quarkus.test.TestTransaction;
import io.quarkus.test.common.QuarkusTestResource;
import io.quarkus.test.h2.H2DatabaseTestResource;
import io.quarkus.test.junit.QuarkusTest;
Expand Down

0 comments on commit f3e39be

Please sign in to comment.