Skip to content

Commit

Permalink
Add the missing closing bracket for GlobsValue#Key.toString() method
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 600862998
Change-Id: I1aac24516003f0b070bcc39e22cd928cb650b343
  • Loading branch information
yuyue730 authored and copybara-github committed Jan 23, 2024
1 parent 723a3ac commit e4610ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public String toString() {
StringBuilder stringBuilder = new StringBuilder();
stringBuilder.append(
String.format(
"<GlobsKey packageRoot = %s, packageIdentifier = %s, globRequests = %s",
"<GlobsKey packageRoot = %s, packageIdentifier = %s, globRequests = %s>",
packageRoot, packageIdentifier, globRequests));
return stringBuilder.toString();
}
Expand Down

0 comments on commit e4610ca

Please sign in to comment.