Skip to content

Commit 1edc652

Browse files
committed
clean up
1 parent caa9a92 commit 1edc652

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/com/uid2/operator/Main.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ public Main(Vertx vertx, JsonObject config) throws Exception {
204204
String serviceMdPath = this.config.getString(Const.Config.ServiceMetadataPathProp);
205205
this.serviceProvider = new RotatingServiceStore(fsStores, new GlobalScope(new CloudPath(serviceMdPath)));
206206
String serviceLinkMdPath = this.config.getString(Const.Config.ServiceLinkMetadataPathProp);
207-
this.serviceLinkProvider = new RotatingServiceLinkStore(fsStores,
208-
new GlobalScope(new CloudPath(serviceLinkMdPath)));
207+
this.serviceLinkProvider = new RotatingServiceLinkStore(fsStores, new GlobalScope(new CloudPath(serviceLinkMdPath)));
209208
}
210209

211210
if (useStorageMock && coreAttestUrl == null) {

0 commit comments

Comments
 (0)