Skip to content

Commit 2fdeaae

Browse files
authored
chore: formatting
1 parent 4393e3b commit 2fdeaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/graph/serviceclient/GraphServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public GraphServiceClient(@Nonnull AuthenticationProvider authenticationProvider
5757
* @param clouds The Clouds for the GraphServiceClient.
5858
*
5959
*/
60-
public GraphServiceClient(@Nonnull AuthenticationProvider authenticationProvider,@Nonnull OkHttpClient client, @Nonnull Clouds clouds) {
60+
public GraphServiceClient(@Nonnull AuthenticationProvider authenticationProvider, @Nonnull OkHttpClient client, @Nonnull Clouds clouds) {
6161
this(new BaseGraphRequestAdapter(authenticationProvider, clouds, "v1.0", getGraphClientOptions()));
6262
}
6363
/**

0 commit comments

Comments
 (0)