Add spaces before EOF

This commit is contained in:
Akarshan Biswas 2025-05-06 20:11:28 +05:30 committed by Louis
parent 9016fbff68
commit 5c9e8dce76
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
pub mod server;
pub mod server;

View File

@ -124,4 +124,4 @@ pub async fn unload(state: State<'_, AppState>) -> ServerResult<()> {
log::warn!("Attempted to unload server, but it was not running.");
Ok(())
}
}
}

View File

@ -1 +1 @@
pub mod inference_llamacpp_extension;
pub mod inference_llamacpp_extension;