From 3b9fac29421e36d1d4f7e399248f5dfedf57f59d Mon Sep 17 00:00:00 2001 From: Joseph Benguira Date: Fri, 14 Jan 2022 08:51:45 +0200 Subject: [PATCH] Update server/prometheus.js removed useless spaces Co-authored-by: Adam Stachowicz --- server/prometheus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/prometheus.js b/server/prometheus.js index e53dee5ca..f91b0a13b 100644 --- a/server/prometheus.js +++ b/server/prometheus.js @@ -60,7 +60,7 @@ class Prometheus { } try { - if ( tlsInfo.certInfo != null ){ + if (tlsInfo.certInfo != null) { monitor_cert_days_remaining.set(this.monitorLabelValues, tlsInfo.certInfo.daysRemaining); } } catch (e) {