mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-22 16:54:25 +01:00
test/fmt: drop extra newlines
They are unneeded. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
@@ -64,7 +64,7 @@ func testConfigAppend(config *Config, structure interface{}, expected string, t
|
||||
case SMP:
|
||||
config.SMP = s
|
||||
if err := config.appendCPUs(); err != nil {
|
||||
t.Fatalf("Unexpected error: %v\n", err)
|
||||
t.Fatalf("Unexpected error: %v", err)
|
||||
}
|
||||
|
||||
case QMPSocket:
|
||||
|
||||
Reference in New Issue
Block a user