Skip to content

Commit 77cc1b7

Browse files
author
Lars T Hansen
committed
Spacing
1 parent 82f6ce9 commit 77cc1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sysinfo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ fn do_show_system(
132132
let version = util::json_quote(env!("CARGO_PKG_VERSION"));
133133
let s = format!(
134134
r#"{{
135-
"version":"{version}",
135+
"version": "{version}",
136136
"timestamp": "{timestamp}",
137137
"hostname": "{hostname}",
138138
"description": "{description}",

0 commit comments

Comments
 (0)