From 9eee89529ed2f3634ad2681d1278fa9eb9a1cafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Kokelj?= Date: Fri, 20 Dec 2024 12:21:11 +0100 Subject: [PATCH] lint --- tools/walletextension/common/config.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/walletextension/common/config.go b/tools/walletextension/common/config.go index 5250392ee..f3ebe71ef 100644 --- a/tools/walletextension/common/config.go +++ b/tools/walletextension/common/config.go @@ -25,9 +25,9 @@ type Config struct { RateLimitWindow time.Duration RateLimitMaxConcurrentRequests int - InsideEnclave bool // Indicates if the program is running inside an enclave - KeyExchangeURL string - EnableTLS bool - TLSDomain string - EncryptingCertificateEnabled bool + InsideEnclave bool // Indicates if the program is running inside an enclave + KeyExchangeURL string + EnableTLS bool + TLSDomain string + EncryptingCertificateEnabled bool }