Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Oct 11, 2019
1 parent 7cc7b51 commit 2f4fbde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ public String toString()

private HiveIdentity updateIdentity(HiveIdentity identity)
{
// remove identity if not doing impersonation
// remove identity if not doing impersonation
return delegate.isImpersonationEnabled() ? identity : HiveIdentity.none();
}
}

0 comments on commit 2f4fbde

Please sign in to comment.