Skip to content

Commit f3c5f1f

Browse files
chore: apply spotless formatting to fix checkstyle
1 parent df8b1c4 commit f3c5f1f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

openmetadata-service/src/test/java/org/openmetadata/service/jdbi3/TableRepositoryDataModelTagTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ class TableRepositoryDataModelTagTest {
2424

2525
static {
2626
tableRepository = Mockito.mock(TableRepository.class);
27-
Mockito
28-
.when(
29-
tableRepository.removeStaleDbtAutomatedTags(
30-
Mockito.anyList(), Mockito.anyList()))
27+
Mockito.when(tableRepository.removeStaleDbtAutomatedTags(Mockito.anyList(), Mockito.anyList()))
3128
.thenCallRealMethod();
3229
}
3330

0 commit comments

Comments
 (0)