Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
  • Loading branch information
nknize committed Apr 2, 2022
1 parent 23d8e06 commit 17d4deb
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,10 @@ public void testResolveReleasedVersionsAtNewMinorBranchIn2x() {
)
)
);
assertThat(unreleased, equalTo(Arrays.asList(TestNewMinorBranchIn6x.V_1_6_2, TestNewMinorBranchIn6x.V_2_1_2, TestNewMinorBranchIn6x.V_2_2_0)));
assertThat(
unreleased,
equalTo(Arrays.asList(TestNewMinorBranchIn6x.V_1_6_2, TestNewMinorBranchIn6x.V_2_1_2, TestNewMinorBranchIn6x.V_2_2_0))
);
}

/**
Expand Down

0 comments on commit 17d4deb

Please sign in to comment.