From a8c076f2c91fec97941e3e1360afbeb9ed8feb2d Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Mon, 4 Sep 2023 02:57:46 -0400 Subject: [PATCH] fmt --- bin/core/src/monitor/alert/server.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/core/src/monitor/alert/server.rs b/bin/core/src/monitor/alert/server.rs index 16ca794f7..7a906ece0 100644 --- a/bin/core/src/monitor/alert/server.rs +++ b/bin/core/src/monitor/alert/server.rs @@ -4,7 +4,7 @@ use anyhow::Context; use monitor_types::{ entities::{ alert::{Alert, AlertData, AlertDataVariant}, - server::{stats::SeverityLevel, ServerStatus, ServerListItem}, + server::{stats::SeverityLevel, ServerListItem, ServerStatus}, update::ResourceTarget, }, monitor_timestamp, optional_string,