Skip to content

Commit 38c4735

Browse files
sfc-gh-pbulawasfc-gh-pmotacki
authored andcommitted
Format
1 parent 4c1b612 commit 38c4735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/snowflake/client/core/FileUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public static boolean exists(File file) {
198198
return false;
199199
}
200200
try {
201-
return file.exists();
201+
return file.exists();
202202
} catch (Exception e) {
203203
return false;
204204
}

0 commit comments

Comments
 (0)