Skip to content

Commit

Permalink
fmt: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Oct 21, 2024
1 parent 818c9e4 commit 7e98344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rs_openai/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
//!
pub mod apis;
pub mod client;
pub mod shared;
pub mod interfaces;
pub mod shared;

pub use apis::*;
pub use client::*;
6 changes: 3 additions & 3 deletions rs_openai/src/shared/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub mod types;
pub mod response_wrapper;
pub mod r#macro;
pub mod utils;
pub mod response_wrapper;
pub mod types;
pub mod utils;

0 comments on commit 7e98344

Please sign in to comment.