Skip to content

Commit

Permalink
refactor: improve var name
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Jun 4, 2024
1 parent f35722f commit 54a4e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextclade/src/tree/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ impl AuspiceTree {
self
.root_sequence
.as_ref()
.and_then(|map| map.get("nuc"))
.and_then(|root_sequence| root_sequence.get("nuc"))
.map(String::as_str)
}
}
Expand Down

0 comments on commit 54a4e06

Please sign in to comment.