Skip to content

Commit

Permalink
Replace spaces with tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Antoine-Gombeaud committed Sep 11, 2019
1 parent deaff63 commit 5035de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func configureKeycloakProvider(data *schema.ResourceData) (interface{}, error) {
password := data.Get("password").(string)
realm := data.Get("realm").(string)
initialLogin := data.Get("initial_login").(bool)
clientTimeout := data.Get("client_timeout").(int)
clientTimeout := data.Get("client_timeout").(int)

return keycloak.NewKeycloakClient(url, clientId, clientSecret, realm, username, password, initialLogin, clientTimeout)
}

0 comments on commit 5035de5

Please # to comment.