Skip to content

Commit

Permalink
remove reference
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Oct 27, 2024
1 parent 81c9a9b commit 6fe04a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ impl<'a> PostScriptOp<'a> {
Self::Real(r) => buf.push_decimal(r),
Self::Integer(i) => buf.push_val(i),
Self::If(ops) => {
Self::write_slice(&ops, buf);
Self::write_slice(ops, buf);
buf.push(b' ');
buf.extend(self.operator());
}
Expand Down

0 comments on commit 6fe04a7

Please sign in to comment.