Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Nov 13, 2024
1 parent d4f82fc commit e34092b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/training/trainer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::{
AsPointer, char_p_to_string,
error::{Result, assert_non_null_pointer, status_to_result},
memory::Allocator,
session::{RunOptions, builder::SessionBuilder, SessionInputValue, SessionInputs, SessionOutputs},
session::{RunOptions, SessionInputValue, SessionInputs, SessionOutputs, builder::SessionBuilder},
value::Value
};

Expand Down

0 comments on commit e34092b

Please sign in to comment.