Skip to content

Commit 4658d06

Browse files
committed
Apply spotless
1 parent 259860e commit 4658d06

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,11 @@ void logsLogCache() {
13781378
requestLogsRecentLogCache(this.logCacheClient, "test-metadata-id");
13791379

13801380
this.applications
1381-
.logs(ApplicationLogsRequest.builder().name("test-application-name").recent(true).build())
1381+
.logs(
1382+
ApplicationLogsRequest.builder()
1383+
.name("test-application-name")
1384+
.recent(true)
1385+
.build())
13821386
.as(StepVerifier::create)
13831387
.expectNextMatches(
13841388
log ->

0 commit comments

Comments
 (0)