Skip to content

Commit cd3dab0

Browse files
authored
Apply suggestions from code review
1 parent 4057b68 commit cd3dab0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/com/microsoft/graph/functional/UserTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ public void emptyPostContentType() {
178178
final ArrayList<Option> options = new ArrayList<>();
179179
options.add(ctype);
180180
final Request request = graphServiceClient.me()
181-
.revokeSignInSessions().
182-
buildRequest(options)
181+
.revokeSignInSessions()
182+
.buildRequest(options)
183183
.withHttpMethod(HttpMethod.POST)
184-
.getHttpRequest();
184+
.getHttpRequest();
185185
assertEquals(contentTypeValue, request.body().contentType().toString());
186186
}
187187

0 commit comments

Comments
 (0)