Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Jan 31, 2025
1 parent a0a1cb4 commit c2ad549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/torii/cli/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ pub struct IndexingOptions {
)]
#[serde(default)]
pub controllers: bool,

Check warning on line 181 in crates/torii/cli/src/options.rs

View check run for this annotation

Codecov / codecov/patch

crates/torii/cli/src/options.rs#L181

Added line #L181 was not covered by tests

/// Whether or not to read models from the block number they were registered in.
/// If false, models will be read from the latest block.
#[arg(
Expand Down Expand Up @@ -251,7 +251,7 @@ impl IndexingOptions {
if !self.controllers {
self.controllers = other.controllers;
}

if !self.strict_model_reader {
self.strict_model_reader = other.strict_model_reader;
}
Expand Down

0 comments on commit c2ad549

Please sign in to comment.