Skip to content

Commit

Permalink
Fix checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Feb 7, 2024
1 parent 86ca0df commit fa4936e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ protected FileSystem doCreateFileSystem(final FileName name, final FileSystemOpt
throw new FileSystemException("vfs.provider.sftp/connect.error", name, e);
}
finally {
if(session != null && session.isConnected()){
if (session != null && session.isConnected()) {
session.disconnect();
}
UserAuthenticatorUtils.cleanup(authData);
Expand Down

0 comments on commit fa4936e

Please sign in to comment.