Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wowkster committed May 29, 2024
1 parent 505ab20 commit b2da805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kicad_format/src/pcb/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ impl TryFrom<u8> for PlotFormat {
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[cfg_attr(feature = "serde", serde(rename_all = "snake_case"))]
#[derive(Debug, PartialEq, Clone, Copy)]
#[repr(u8)]
#[repr(u8)]
pub enum DrillMarks {
No = 0,
Small = 1,
Expand Down

0 comments on commit b2da805

Please sign in to comment.