Skip to content

Commit

Permalink
Appease spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjjvv committed Mar 5, 2024
1 parent 53ec0da commit 196d0fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ public void fillContainerConfigNoCgroupParent() {
testFillContainerConfigCgroupParent("not existing", "", false);
}

private static void testFillContainerConfigCgroupParent(final String imageName, final String cgroupParent, final boolean wasSet) {
private static void testFillContainerConfigCgroupParent(
final String imageName, final String cgroupParent, final boolean wasSet) {
// Given
final CreateContainerCmd mockCmd = mock(CreateContainerCmd.class);
final HostConfig mockHostConfig = mock(HostConfig.class);
Expand Down

0 comments on commit 196d0fe

Please sign in to comment.