Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Feb 24, 2025
1 parent 2f2add7 commit ad9e489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/torii/cli/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ impl Default for MetricsOptions {
#[derive(Debug, clap::Args, Clone, Serialize, Deserialize, PartialEq)]
#[command(next_help_heading = "ERC options")]
pub struct ErcOptions {
/// The maximum number of concurrent tasks to use for indexing ERC721 and ERC1155 token metadata.
/// The maximum number of concurrent tasks to use for indexing ERC721 and ERC1155 token
/// metadata.
#[arg(
long = "erc.max_concurrent_tasks",
default_value_t = DEFAULT_ERC_MAX_CONCURRENT_TASKS,
Expand Down

0 comments on commit ad9e489

Please sign in to comment.