From 5cd954c51658dc308006483cd9f0e1e7a9fb75a5 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 23 Apr 2021 11:48:16 +0200 Subject: [PATCH] net-mgmt/zabbix?-proxy: whitespace cleanup --- .../src/opnsense/scripts/systemhealth/logformats/zabbix_proxy.py | 1 - .../src/opnsense/scripts/systemhealth/logformats/zabbix_proxy.py | 1 - 2 files changed, 2 deletions(-) diff --git a/net-mgmt/zabbix4-proxy/src/opnsense/scripts/systemhealth/logformats/zabbix_proxy.py b/net-mgmt/zabbix4-proxy/src/opnsense/scripts/systemhealth/logformats/zabbix_proxy.py index 285afab39..c08dbeccb 100644 --- a/net-mgmt/zabbix4-proxy/src/opnsense/scripts/systemhealth/logformats/zabbix_proxy.py +++ b/net-mgmt/zabbix4-proxy/src/opnsense/scripts/systemhealth/logformats/zabbix_proxy.py @@ -53,4 +53,3 @@ class ZabbixLogFormat(BaseLogFormat): def line(line): tmp = re.match(zabbix_timeformat, line) return tmp.group(3) - diff --git a/net-mgmt/zabbix5-proxy/src/opnsense/scripts/systemhealth/logformats/zabbix_proxy.py b/net-mgmt/zabbix5-proxy/src/opnsense/scripts/systemhealth/logformats/zabbix_proxy.py index 285afab39..c08dbeccb 100644 --- a/net-mgmt/zabbix5-proxy/src/opnsense/scripts/systemhealth/logformats/zabbix_proxy.py +++ b/net-mgmt/zabbix5-proxy/src/opnsense/scripts/systemhealth/logformats/zabbix_proxy.py @@ -53,4 +53,3 @@ class ZabbixLogFormat(BaseLogFormat): def line(line): tmp = re.match(zabbix_timeformat, line) return tmp.group(3) -