Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Commit 02036c4

Browse files
rvolosatovsnpmccallum
authored andcommitted
fix: remove redundant newlines in test output
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 1517743 commit 02036c4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tests/api.rs

+13-13
Original file line numberDiff line numberDiff line change
@@ -127,19 +127,19 @@ fn snp_platform_status() {
127127
let status = fw.snp_platform_status().unwrap();
128128

129129
println!(
130-
"Platform status ioctl results:\n
131-
version (major, minor): {}.{}\n
132-
build id: {}\n
133-
guests: {}\n
134-
platform tcb microcode version: {}\n
135-
platform tcb snp version: {}\n
136-
platform tcb tee version: {}\n
137-
platform tcb bootloader version: {}\n
138-
reported tcb microcode version: {}\n
139-
reported tcb snp version: {}\n
140-
reported tcb tee version: {}\n
141-
reported tcb bootloader version: {}\n
142-
state: {}\n",
130+
"Platform status ioctl results:
131+
version (major, minor): {}.{}
132+
build id: {}
133+
guests: {}
134+
platform tcb microcode version: {}
135+
platform tcb snp version: {}
136+
platform tcb tee version: {}
137+
platform tcb bootloader version: {}
138+
reported tcb microcode version: {}
139+
reported tcb snp version: {}
140+
reported tcb tee version: {}
141+
reported tcb bootloader version: {}
142+
state: {}",
143143
status.build.version.major,
144144
status.build.version.minor,
145145
status.build.build,

0 commit comments

Comments
 (0)