Skip to content

Commit fc2240b

Browse files
committed
Fix formatting
1 parent 45a88d8 commit fc2240b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-testjars-maven/src/test/java/org/springframework/experimental/boot/server/exec/MavenClasspathEntryTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ void runtimeDependencyResolved() {
5959

6060
@Test
6161
void optionalDependencyNotResolved() {
62-
MavenClasspathEntry classpath = new MavenClasspathEntry(
63-
"org.springframework.data:spring-data-commons:3.2.9");
62+
MavenClasspathEntry classpath = new MavenClasspathEntry("org.springframework.data:spring-data-commons:3.2.9");
6463
List<String> entries = classpath.resolve();
6564
String optionalDependency = "spring-expression";
6665
assertThat(entries).noneMatch(entry -> entry.contains(optionalDependency));

0 commit comments

Comments
 (0)