Skip to content

Commit

Permalink
Push a char value
Browse files Browse the repository at this point in the history
  • Loading branch information
decaplanet committed Dec 19, 2023
1 parent 167eb42 commit 7beeabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wasm/src/tools/formatting.rs
Expand Up @@ -121,9 +121,9 @@ pub fn get_formatted_string(
}

if settings.additional_settings.add_empty_line == Some(true) {
output.push_str("\n");
output.push('\n');
}

Ok(output)
}

Expand Down

0 comments on commit 7beeabe

Please sign in to comment.