Skip to content

Commit

Permalink
Add extra space after closing )
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Hsu committed Jul 25, 2016
1 parent 4d80a4c commit 5093729
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public boolean isHadoopSecurityEnabled()

public void reloginFromKeytab() throws IOException {
UserGroupInformation ugi = UserGroupInformation.getLoginUser();
if (ugi.isFromKeytab()){
if (ugi.isFromKeytab()) {
ugi.checkTGTAndReloginFromKeytab();
}
}
Expand Down

0 comments on commit 5093729

Please sign in to comment.