Skip to content

Commit f40fbee

Browse files
committed
Apply spotless to integration tests
1 parent e27b34f commit f40fbee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration-test/src/test/java/org/cloudfoundry/operations/ApplicationsTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,7 @@ public void logs() throws IOException {
529529
this.cloudFoundryOperations
530530
.applications()
531531
.logs(
532-
ApplicationLogsRequest
533-
.builder()
532+
ApplicationLogsRequest.builder()
534533
.name(applicationName)
535534
.recent(true)
536535
.build()))

0 commit comments

Comments
 (0)