Skip to content

Commit

Permalink
Fix ce3cfe3: remove superfluous brace
Browse files Browse the repository at this point in the history
  • Loading branch information
lemora committed Oct 25, 2023
1 parent ce3cfe3 commit 63a5d1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public String call()
long millis = (lifetime == -1) ? -1 : TimeUnit.SECONDS.toMillis(lifetime);
PinManagerPinMessage message = pin(pnfsId, null, millis, true).get();
return String.format("A pin request for %s has been sent", pnfsId);
}
}
}

Expand Down

0 comments on commit 63a5d1d

Please sign in to comment.