Skip to content

Commit

Permalink
style(shared): fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MendyBerger committed Mar 21, 2024
1 parent e76acbf commit 9a9405b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shared/rust/src/api/endpoints/jig/codes.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
use crate::{
api::{ApiEndpoint, Method},
domain::jig::codes::{
JigCodeListPath, JigCodeListRequest, JigCodeListResponse, JigCodeSessionsListResponse, JigCodeSessionsPath, JigPlayerSessionCreatePath, JigPlayerSessionCreateRequest, JigPlayerSessionCreateResponse, JigCodeUpdatePath, JigCodeUpdateRequest
JigCodeListPath, JigCodeListRequest, JigCodeListResponse, JigCodeSessionsListResponse,
JigCodeSessionsPath, JigCodeUpdatePath, JigCodeUpdateRequest, JigPlayerSessionCreatePath,
JigPlayerSessionCreateRequest, JigPlayerSessionCreateResponse,
},
error::EmptyError,
};
Expand Down

0 comments on commit 9a9405b

Please sign in to comment.