Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aeitzman committed Jan 30, 2025
1 parent 74aaca6 commit c544c88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oauth2_http/java/com/google/auth/mtls/X509Provider.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.google.auth.mtls;

import com.google.api.client.util.SecurityUtils;
import com.google.common.annotations.VisibleForTesting;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
Expand Down Expand Up @@ -110,7 +109,7 @@ String getProperty(String property, String def) {
/*
* End of methods to allow overriding in the test code to isolate from the environment.
*/

private File getWellKnownCertificateConfigFile() {
File cloudConfigPath;
String envPath = getEnv("CLOUDSDK_CONFIG");
Expand Down

0 comments on commit c544c88

Please sign in to comment.