Skip to content

Commit a7b4857

Browse files
committed
fix for linter
1 parent 67ad8ba commit a7b4857

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/docusign/core/security/acg/ACGAuthenticationMethod.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
public class ACGAuthenticationMethod {
2121
private static final String REDIRECT_URI = "/login/oauth2/code/acg";
22+
2223
private static final String STATE = "random_state_string";
2324

2425
private static String codeVerifier;

0 commit comments

Comments
 (0)