Skip to content

Commit 3db82e4

Browse files
committed
fmt
1 parent 55145db commit 3db82e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

databricks-sdk-java/src/main/java/com/databricks/sdk/core/oauth/OAuthClient.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ private OAuthClient(Builder b) throws IOException {
113113
this.host = b.host;
114114
this.hc = b.hc;
115115

116-
DatabricksConfig config = new DatabricksConfig().setHost(b.host).setDiscoveryUrl(b.discoveryUrl).resolve();
116+
DatabricksConfig config =
117+
new DatabricksConfig().setHost(b.host).setDiscoveryUrl(b.discoveryUrl).resolve();
117118
OpenIDConnectEndpoints oidc = config.getOidcEndpoints();
118119
if (oidc == null) {
119120
throw new DatabricksException(b.host + " does not support OAuth");

0 commit comments

Comments
 (0)