From d134d6e4017bb50fe31d84ee78cc357dfa14398e Mon Sep 17 00:00:00 2001 From: patlo-iog Date: Fri, 9 Aug 2024 16:01:50 +0700 Subject: [PATCH] style: apply linters automatic fixes (#1282) Signed-off-by: Hyperledger Bot Co-authored-by: Hyperledger Bot --- examples/st-multi/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/st-multi/README.md b/examples/st-multi/README.md index da8c69f181..e30ec1f2ba 100644 --- a/examples/st-multi/README.md +++ b/examples/st-multi/README.md @@ -1,7 +1,7 @@ ## Configuration -|Exposed Service |Description | -|----------------------------|--------------------------------------| -|`localhost:8080/cloud-agent`|Single-tenant Cloud Agent#1 (issuer) | -|`localhost:8081/cloud-agent`|Single-tenant Cloud Agent#2 (holder) | -|`localhost:8082/cloud-agent`|Single-tenant Cloud Agent#3 (verifier)| +| Exposed Service | Description | +|------------------------------|----------------------------------------| +| `localhost:8080/cloud-agent` | Single-tenant Cloud Agent#1 (issuer) | +| `localhost:8081/cloud-agent` | Single-tenant Cloud Agent#2 (holder) | +| `localhost:8082/cloud-agent` | Single-tenant Cloud Agent#3 (verifier) |