Skip to content

Commit

Permalink
fix: uppercase=false does not lowercase the query
Browse files Browse the repository at this point in the history
  • Loading branch information
wugeer committed Sep 16, 2024
1 parent e034089 commit c68c0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub struct FormatOptions {
/// When set, changes reserved keywords to ALL CAPS
///
/// Default: false
uppercase: Option<bool>,
pub uppercase: Option<bool>,
/// Controls the number of line breaks after a query
///
/// Default: 1
Expand Down

0 comments on commit c68c0a4

Please sign in to comment.