test/fmt: drop extra newlines

They are unneeded.

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
Peng Tao
2019-08-13 23:36:07 -07:00
parent 73555a409c
commit 164bd8cd22
2 changed files with 18 additions and 18 deletions

View File

@@ -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: