Skip to content

Commit

Permalink
Fixed list doc comment for app::run()
Browse files Browse the repository at this point in the history
  • Loading branch information
SpookyBoy99 committed Jul 30, 2024
1 parent 2f43e6b commit ab1f9af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/chroma/src/server.rs → server/chroma/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ use crate::routes::routable::Routable;
///
/// # Errors
///
/// If the configuration is invalid
/// If the database connection cannot be completed
/// If the S3 configuration is invalid
/// If the port for the server is already in use
/// If a problem occurs in one of the server routes
/// - If the configuration is invalid
/// - If the database connection cannot be completed
/// - If the S3 configuration is invalid
/// - If the port for the server is already in use
/// - If a problem occurs in one of the server routes
pub async fn run() -> Result<()> {
// Initialize chroma's core components
let config = init_config()?;
Expand Down

0 comments on commit ab1f9af

Please sign in to comment.