Skip to content

Commit c544c88

Browse files
committed
lint fix
1 parent 74aaca6 commit c544c88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.google.auth.mtls;
22

33
import com.google.api.client.util.SecurityUtils;
4-
import com.google.common.annotations.VisibleForTesting;
54
import java.io.File;
65
import java.io.FileInputStream;
76
import java.io.FileNotFoundException;
@@ -110,7 +109,7 @@ String getProperty(String property, String def) {
110109
/*
111110
* End of methods to allow overriding in the test code to isolate from the environment.
112111
*/
113-
112+
114113
private File getWellKnownCertificateConfigFile() {
115114
File cloudConfigPath;
116115
String envPath = getEnv("CLOUDSDK_CONFIG");

0 commit comments

Comments
 (0)