Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit d99807b

Browse files
author
Brian Melton
committed
Formatting adjustments
1 parent 85e976f commit d99807b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ For an example of authentication in a client application see the [MSGraph SDK An
4242
Once you have set the correct application Id and url, you must get a **GraphServiceClient** object to make requests against the service. The SDK will store the account information for you, but when a user logs on for the first time, it will invoke UI to get the user's account information.
4343

4444
```java
45-
final IClientConfig mCLientConfig = DefaultClientConfig.createWithAuthenticationProvider(mAuthenticationProvider);
45+
final IClientConfig mCLientConfig = DefaultClientConfig
46+
.createWithAuthenticationProvider(mAuthenticationProvider);
4647

4748
final IGraphServiceClient mClient = new GraphServiceClient
4849
.Builder()

0 commit comments

Comments
 (0)