We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa9a92 commit 1edc652Copy full SHA for 1edc652
1 file changed
src/main/java/com/uid2/operator/Main.java
@@ -204,8 +204,7 @@ public Main(Vertx vertx, JsonObject config) throws Exception {
204
String serviceMdPath = this.config.getString(Const.Config.ServiceMetadataPathProp);
205
this.serviceProvider = new RotatingServiceStore(fsStores, new GlobalScope(new CloudPath(serviceMdPath)));
206
String serviceLinkMdPath = this.config.getString(Const.Config.ServiceLinkMetadataPathProp);
207
- this.serviceLinkProvider = new RotatingServiceLinkStore(fsStores,
208
- new GlobalScope(new CloudPath(serviceLinkMdPath)));
+ this.serviceLinkProvider = new RotatingServiceLinkStore(fsStores, new GlobalScope(new CloudPath(serviceLinkMdPath)));
209
}
210
211
if (useStorageMock && coreAttestUrl == null) {
0 commit comments