Skip to content

Commit

Permalink
Read correct setting
Browse files Browse the repository at this point in the history
  • Loading branch information
decaplanet committed Dec 27, 2023
1 parent f5d8fb6 commit 8330e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/src/tools/formatting.rs
Expand Up @@ -120,7 +120,7 @@ pub fn get_formatted_string(
}
}

if settings.other_settings.notify_when_unchanged == Some(true) {
if settings.format_settings.insert_newline == Some(true) {
output.push('\n');
}

Expand Down

0 comments on commit 8330e34

Please sign in to comment.