Skip to content

Commit

Permalink
;を付ける
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Nov 16, 2023
1 parent 92b981a commit e181f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/voicevox_core/src/infer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl InputScalar for T {
tensor: Array<Self, impl Dimension + 'static>,
ctx: &mut impl PushInputTensor,
) {
ctx.push(tensor)
ctx.push(tensor);
}
}

Expand Down

0 comments on commit e181f14

Please sign in to comment.