Skip to content

Commit

Permalink
format fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hdwhdw committed Nov 6, 2024
1 parent 874c6ec commit d62df54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common_utils/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d62df54

Please sign in to comment.