Skip to content

Commit

Permalink
fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaminathan11 committed Jan 11, 2024
1 parent e11059d commit dce71b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class IngressConfigTest {
@Test
void rawDeserialization() throws IOException {
// Given
final ObjectMapper mapper = JsonMapper.builder().configure(MapperFeature.USE_ANNOTATIONS, false).build();
final ObjectMapper mapper = JsonMapper.builder().configure(MapperFeature.USE_ANNOTATIONS, false).build();
// When
final IngressConfig result = mapper.readValue(
IngressConfigTest.class.getResourceAsStream("/ingress-config.json"),
Expand Down

0 comments on commit dce71b7

Please sign in to comment.