Skip to content

Commit 2e33355

Browse files
committed
Spotless fix
1 parent baa797e commit 2e33355

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

metadata-service/openapi-servlet/src/main/java/io/datahubproject/openapi/config/SpringWebConfig.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ public class SpringWebConfig implements WebMvcConfigurer {
3131
private static final Set<String> SCHEMA_REGISTRY_PACKAGES =
3232
Set.of("io.datahubproject.openapi.schema.registry");
3333

34-
private static final Set<String> OPENLINEAGE_PACKAGES =
35-
Set.of("io.datahubproject.openlineage");
34+
private static final Set<String> OPENLINEAGE_PACKAGES = Set.of("io.datahubproject.openlineage");
3635

3736
public static final Set<String> NONDEFAULT_OPENAPI_PACKAGES;
3837

0 commit comments

Comments
 (0)