Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jun 6, 2024
1 parent 7f3c7fa commit 45d7844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/nexus-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ impl From<omicron_common::api::internal::nexus::MigrationRuntimeState>
migration_id: s.migration_id,
role: s.role.into(),
state: s.state.into(),
gen: s.gen.into(),
gen: s.gen,
time_updated: s.time_updated,
}
}
Expand Down

0 comments on commit 45d7844

Please sign in to comment.