From 1ccb203b2567e753e834ebbaa427abd8e2ed84fa Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 22 Apr 2025 11:05:03 +0200 Subject: [PATCH] code styling --- app/main.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/main.py b/app/main.py index 76e0ea6..1fae859 100644 --- a/app/main.py +++ b/app/main.py @@ -490,10 +490,8 @@ async def leasing_v1_config_token(request: Request): response = { "certificateConfiguration": { - # 76 chars per line - "caChain": [response_ca_chain], - # 76 chars per line - "publicCert": response_si_certificate, + "caChain": [response_ca_chain], # 76 chars per line on original response + "publicCert": response_si_certificate, # 76 chars per line on original response "publicKey": { "exp": my_si_public_key.exp(), "mod": [my_si_public_key.mod()],