Skip to content

Commit da17267

Browse files
committed
Format
1 parent d886107 commit da17267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/src/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ impl SessionBuilder {
235235
/// Load an ONNX graph from memory and commit the session
236236
pub fn with_model_from_memory<B>(self, model_bytes: B) -> Result<Session>
237237
where
238-
B: AsRef<[u8]>
238+
B: AsRef<[u8]>,
239239
{
240240
self.with_model_from_memory_monomorphized(model_bytes.as_ref())
241241
}

0 commit comments

Comments
 (0)