From f197610b50c545be255a08dddff235ba278310a0 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 12 May 2024 10:46:16 +0000 Subject: [PATCH] update --- disktest/utils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/disktest/utils.go b/disktest/utils.go index 04198ae..b38e3fe 100644 --- a/disktest/utils.go +++ b/disktest/utils.go @@ -42,6 +42,7 @@ func getDiskPerformance(device string) string { } } } + result += "\n" return result }