Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed Feb 25, 2025
1 parent 36e1a4a commit 0821c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl Settings {
}

// Defines the setters for each setting.
// Keep the casing as the ffi function for easy of using macro.
// Keep the casing as the ffi function for easy of using macro.
#[allow(non_snake_case)]
impl Settings {
define_settings_entry!(set_MaxBytesPerKey, MaxBytesPerKey, u64);
Expand Down

0 comments on commit 0821c07

Please sign in to comment.