Skip to content

Commit

Permalink
clip
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Jan 29, 2025
1 parent 4c68e6a commit 8252e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/ops/cast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub fn wire_cast(
for mut wire in inputs.iter().copied() {
if target.outlet_fact(wire)?.datum_type != operating_datum_type {
wire = target.wire_node(
target.unique_name(&format!("{prefix}.cast")),
target.unique_name(format!("{prefix}.cast")),
crate::ops::cast::cast(operating_datum_type),
&[wire],
)?[0];
Expand Down

0 comments on commit 8252e56

Please sign in to comment.