From d62df54d549737722f0bc48074611b914c0d1c14 Mon Sep 17 00:00:00 2001 From: Dawei Huang Date: Wed, 6 Nov 2024 22:21:45 +0000 Subject: [PATCH] format fix. --- common_utils/context.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common_utils/context.go b/common_utils/context.go index a57fef73..4e19a871 100644 --- a/common_utils/context.go +++ b/common_utils/context.go @@ -54,7 +54,7 @@ const ( DBUS_STOP_SERVICE DBUS_RESTART_SERVICE DBUS_FILE_STAT - DBUS_HALT_SYSTEM + DBUS_HALT_SYSTEM DBUS_IMAGE_DOWNLOAD DBUS_IMAGE_INSTALL COUNTER_SIZE @@ -94,7 +94,7 @@ func (c CounterType) String() string { return "DBUS restart service" case DBUS_FILE_STAT: return "DBUS file stat" - case DBUS_HALT_SYSTEM: + case DBUS_HALT_SYSTEM: return "DBUS halt system" case DBUS_IMAGE_DOWNLOAD: return "DBUS image download"