Skip to content

Commit bbddcea

Browse files
committed
chore: format
1 parent 74c66e1 commit bbddcea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/EndpointContextTest.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -707,15 +707,13 @@ void getUrlDomain_success() throws IOException {
707707

708708
@Test
709709
void getUrlDomain_nullServiceName() throws IOException {
710-
EndpointContext endpointContext =
711-
defaultEndpointContextBuilder.setServiceName(null).build();
710+
EndpointContext endpointContext = defaultEndpointContextBuilder.setServiceName(null).build();
712711
Truth.assertThat(endpointContext.getUrlDomain()).isNull();
713712
}
714713

715714
@Test
716715
void getUrlDomain_emptyServiceName() throws IOException {
717-
EndpointContext endpointContext =
718-
defaultEndpointContextBuilder.setServiceName("").build();
716+
EndpointContext endpointContext = defaultEndpointContextBuilder.setServiceName("").build();
719717
Truth.assertThat(endpointContext.getUrlDomain()).isNull();
720718
}
721719

0 commit comments

Comments
 (0)