Skip to content

Commit

Permalink
rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
broody committed Oct 4, 2023
1 parent 2bcb6d6 commit ea3a942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/torii/server/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ struct Args {
/// Port number for api endpoints
#[arg(long, default_value = "8080")]
port: u16,
/// Specify allowed origins for api endpoints (comma-separated list of allowed origins, or "*" for
/// all)
/// Specify allowed origins for api endpoints (comma-separated list of allowed origins, or "*"
/// for all)
#[arg(long, default_value = "*")]
#[arg(value_delimiter = ',')]
allowed_origins: Vec<String>,
Expand Down

0 comments on commit ea3a942

Please sign in to comment.