From 5d197234fd081f16466044cfe27e539d321c3e2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Oct 2021 12:51:17 +0000 Subject: [PATCH] gofmt --- common/uptime_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/uptime_test.go b/common/uptime_test.go index 96839d5..fe207ee 100644 --- a/common/uptime_test.go +++ b/common/uptime_test.go @@ -1,12 +1,12 @@ package common import ( -"fmt" -"testing" -"time" + "fmt" + "testing" + "time" ) func TestCheckUptime(T *testing.T) { uptime := Uptime(time.Date(2016, 6, 2, 1, 1, 1, 1, time.UTC)) -fmt.Println(uptime) + fmt.Println(uptime) }