Skip to content

Commit 13fda76

Browse files
committed
codestyle
1 parent ce0cc6b commit 13fda76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • cloudplatform/connectivity-destination-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity

cloudplatform/connectivity-destination-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/DestinationService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ private static boolean hasCauseAssignableFrom( @Nonnull final Throwable t, @Nonn
390390

391391
private boolean preLookupCheckSuccessful( final String destinationName, final DestinationOptions options )
392392
{
393-
return new ArrayList<>(
394-
Cache.getOrComputeAllDestinations(options, this::getAllDestinationsByRetrievalStrategy).get())
393+
return new ArrayList<>(
394+
Cache.getOrComputeAllDestinations(options, this::getAllDestinationsByRetrievalStrategy).get())
395395
.stream()
396396
.anyMatch(properties -> properties.get(DestinationProperty.NAME).contains(destinationName));
397397
}

0 commit comments

Comments
 (0)