Skip to content

Commit 55714fb

Browse files
Formatting change as the result of mvn spotless:apply.
1 parent 343579c commit 55714fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/java/org/kohsuke/github/GHCodeownersErrorTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ public void testGetCodeownersErrors() throws IOException {
2626
assertThat(firstError.getKind(), is("Unknown owner"));
2727
assertThat(firstError.getSource(),
2828
is("* @nonexistent-user # Deliberate error to test response to repo.listCodeownersErrors()\n"));
29-
assertThat(firstError.getSuggestion(), is("make sure @nonexistent-user exists and has write access to the repository"));
29+
assertThat(firstError.getSuggestion(),
30+
is("make sure @nonexistent-user exists and has write access to the repository"));
3031
assertThat(firstError.getMessage(),
3132
is("Unknown owner on line 1: make sure @nonexistent-user exists and has write access to the repository\n\n * @nonexistent-user # Deliberate error to test response to repo.listCodeownersErrors()\n ^"));
3233
assertThat(firstError.getPath(), is(".github/CODEOWNERS"));

0 commit comments

Comments
 (0)