Skip to content

Commit b97d4e5

Browse files
committed
Fix reporting html clippy lint
1 parent 8dac6d2 commit b97d4e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • rust/bioscript-reporting/src

rust/bioscript-reporting/src/html.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ mod tests {
9696
"gene": "CYP2C19",
9797
"assembly": "grch38",
9898
"chrom": "10",
99-
"pos_start": 94781859,
100-
"pos_end": 94781859,
99+
"pos_start": 94_781_859,
100+
"pos_end": 94_781_859,
101101
"kind": "snv",
102102
"ref": "G",
103103
"alt": "A",

0 commit comments

Comments
 (0)