Skip to content

Commit 1edc358

Browse files
Sean Sullivanzoewangg
authored andcommitted
fix whitepsace in DefaultSdkHttpClientBuilder.java
1 parent b8f833a commit 1edc358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/http/loader/DefaultSdkHttpClientBuilder.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ public SdkHttpClient buildWithDefaults(AttributeMap serviceDefaults) {
4242
.map(f -> f.buildWithDefaults(serviceDefaults))
4343
.orElseThrow(
4444
() -> SdkClientException.builder()
45-
.message("Unable to load an HTTP implementation from any provider in the" +
46-
"chain. You must declare a dependency on an appropriate HTTP" +
47-
"implementation or pass in an SdkHttpClient explicitly to the" +
45+
.message("Unable to load an HTTP implementation from any provider in the " +
46+
"chain. You must declare a dependency on an appropriate HTTP " +
47+
"implementation or pass in an SdkHttpClient explicitly to the " +
4848
"client builder.")
4949
.build());
5050
}

0 commit comments

Comments
 (0)