Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 3613000

Browse files
author
Irvine Sunday
committed
Formatting changes
1 parent 29f4a36 commit 3613000

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/java/com/microsoft/graph/connect/ConnectActivity.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
* If there are cached tokens, the app tries to reuse them.
3333
* The activity redirects the user to the SendMailActivity upon successful connection.
3434
*/
35-
public class ConnectActivity extends AppCompatActivity implements MSALAuthenticationCallback {
35+
public class ConnectActivity
36+
extends AppCompatActivity
37+
implements MSALAuthenticationCallback {
3638

3739
private static final String TAG = "ConnectActivity";
3840

0 commit comments

Comments
 (0)