Skip to content

Commit

Permalink
Removed extra space.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet authored and lorban committed Mar 3, 2025
1 parent 14b1c60 commit 6f39fa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public boolean enable(P pooled, boolean acquire)
@Override
public P getPooled()
{
return pooled.getReference();
return pooled.getReference();
}

void acquire()
Expand Down

0 comments on commit 6f39fa4

Please sign in to comment.