Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed Dec 20, 2024
1 parent cc653e7 commit ce50ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/wire.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub enum WireStyle {
},
}

pub const fn pick_wire_style(
pub fn pick_wire_style(
default: WireStyle,
left: Option<WireStyle>,
right: Option<WireStyle>,
Expand Down

0 comments on commit ce50ba5

Please sign in to comment.