Skip to content

Commit

Permalink
Fix error message link for filing bugs (#1037)
Browse files Browse the repository at this point in the history
Fix error message link for filing bugs
  • Loading branch information
ash211 committed May 2, 2024
1 parent e0eb912 commit 8016431
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-1037.v2.yml
@@ -0,0 +1,5 @@
type: fix
fix:
description: Fix error message link for filing bugs
links:
- https://github.com/palantir/palantir-java-format/pull/1037
Expand Up @@ -83,7 +83,7 @@ static String wrap(final int columnLimit, String input, Formatter formatter) thr
if (!expected.equals(actual)) {
throw new FormatterException(String.format(
"Something has gone terribly wrong. Please file a bug: "
+ "https://github.com/google/google-java-format/issues/new"
+ "https://github.com/palantir/palantir-java-format/issues/new"
+ "\n\n=== Actual: ===\n%s\n=== Expected: ===\n%s\n",
actual, expected));
}
Expand Down

0 comments on commit 8016431

Please sign in to comment.