Skip to content

Commit 3bf1963

Browse files
committed
stamp: format
1 parent 743cf92 commit 3bf1963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ai/onnxruntime/tensor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ impl ToJsTensor {
275275
TensorElementType::Bool => v8_slice_from!(tensor::<bool>(value)),
276276
other => {
277277
return Err(anyhow!("'{other:?}' is not supported by JS tensor."))
278-
},
278+
}
279279
};
280280

281281
Ok(Self {

0 commit comments

Comments
 (0)