added blank line

This commit is contained in:
nora 2021-07-17 23:20:52 +02:00
parent 34b49d736c
commit 96bfb05a4d

View file

@ -37,6 +37,7 @@ pub fn format_json(json: &str, indentation: Option<&str>) -> String {
let mut auto_push = true;
let mut request_newline = false;
let old_level = indent_level;
match char {
'"' => in_string = true,
' ' | '\n' | '\t' => continue,