Skip to content

Commit 150bc72

Browse files
committed
Fix inconsistent formatting
1 parent e0babcf commit 150bc72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ AuthenticationApi authApi = new AuthenticationApi(defaultClient);
5858
// Step 2. We begin with creating a Configuration
5959
// This contains the username and password for authentication, as well as a user agent.
6060
HttpBasicAuth authHeader = (HttpBasicAuth) defaultClient.getAuthentication("authHeader");
61-
authHeader.setUsername("username");
62-
authHeader.setPassword("password");
63-
defaultClient.setUserAgent("ExampleProgram/0.0.1 my@email.com");
61+
authHeader.setUsername("username");
62+
authHeader.setPassword("password");
63+
defaultClient.setUserAgent("ExampleProgram/0.0.1 my@email.com");
6464

6565

6666
// Step 3. Call getCurrentUser on Authentication API.

0 commit comments

Comments
 (0)