Skip to content

Commit

Permalink
enhance
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Apr 14, 2024
1 parent 94d2433 commit 053aef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn print_directives(directives: &[Positioned<ConstDirective>]) -> String {
.join(" ");

if !directives.is_empty() {
directives += " "
directives.push(' ')
}

directives
Expand Down

0 comments on commit 053aef0

Please sign in to comment.