Skip to content

Commit 8671818

Browse files
committed
feat(mtls): Fix lint.
1 parent 47c4978 commit 8671818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_http/java/com/google/auth/mtls/SecureConnectProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
import java.io.InputStream;
4242
import java.security.GeneralSecurityException;
4343
import java.security.KeyStore;
44-
import java.util.concurrent.TimeUnit;
4544
import java.util.List;
45+
import java.util.concurrent.TimeUnit;
4646

4747
/**
4848
* This class implements {@link MtlsProvider} for the Google Auth library transport layer via {@link

0 commit comments

Comments
 (0)