Skip to content

Commit

Permalink
Apply Google Java Style Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiser-Yang authored and github-actions[bot] committed Oct 21, 2024
1 parent 3d53f0a commit 5c16b21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ public void removeCollaboration(
if (!idInToken.equals(repositoryUserId)) {
logger.error(
"User[{}] tried to remove collaborator from repository[{}] whose creator is"
+ " [{}]",
+ " [{}]",
idInToken,
repositoryId,
repositoryUserId);
Expand Down

0 comments on commit 5c16b21

Please sign in to comment.