Add spaces before EOF
This commit is contained in:
parent
9016fbff68
commit
5c9e8dce76
@ -1 +1 @@
|
|||||||
pub mod server;
|
pub mod server;
|
||||||
|
|||||||
@ -124,4 +124,4 @@ pub async fn unload(state: State<'_, AppState>) -> ServerResult<()> {
|
|||||||
log::warn!("Attempted to unload server, but it was not running.");
|
log::warn!("Attempted to unload server, but it was not running.");
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
pub mod inference_llamacpp_extension;
|
pub mod inference_llamacpp_extension;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user