Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
schoenenberg authored Sep 30, 2024
1 parent fb32797 commit 32bbf99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clearing-house-app/src/model/ids/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ pub struct IdsQueryResult {
pub date_from: String,
pub date_to: String,
pub page: i32,
pub size: i32,
pub size: i32,
pub order: String,
pub documents: Vec<IdsMessage>,
}
Expand Down
6 changes: 5 additions & 1 deletion clearing-house-app/src/services/logging_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ impl<T: ProcessStore, S: DocumentStore> LoggingService<T, S> {
doc_api: Arc<DocumentService<S>>,
static_process_owner: Option<String>,
) -> LoggingService<T, S> {
LoggingService { db, static_process_owner, doc_api }
LoggingService {
db,
static_process_owner,
doc_api,
}
}

pub async fn log(
Expand Down

0 comments on commit 32bbf99

Please sign in to comment.