Skip to content

Commit ae2be9e

Browse files
committed
lint
1 parent eff0355 commit ae2be9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rust/bioscript-reporting/src/manifest.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,9 +855,9 @@ variants:
855855
),
856856
(
857857
"variants.tsv".to_owned(),
858-
r#"id name rsid gene ref alt kind grch38_chrom grch38_pos
858+
r"id name rsid gene ref alt kind grch38_chrom grch38_pos
859859
rs1 rs1 rs1 GENE A G snp 1 123
860-
"#
860+
"
861861
.to_owned(),
862862
),
863863
]),

0 commit comments

Comments
 (0)