Skip to content

Commit

Permalink
\s goes crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
tascord committed Apr 8, 2024
1 parent e2f9f0c commit 09a8eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ pub struct ScaleTicks {

#[serde(skip_serializing_if = "FnWithArgs::is_empty", default)]
pub callback: FnWithArgs,

#[serde(skip_serializing_if = "Option::is_none")]
pub padding: Option<Padding>,
}
Expand Down

0 comments on commit 09a8eef

Please sign in to comment.