Skip to content

Commit

Permalink
fixup: tab/space discrepancy
Browse files Browse the repository at this point in the history
  • Loading branch information
phildarnowsky-broad committed Jun 12, 2024
1 parent f121a7c commit 6947850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser/src/GenePage/StructuralVariantsInGene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const StructuralVariantsInGene = ({ datasetId, gene, zoomRegion, ...rest }: Prop
gene(gene_id: $geneId, reference_genome: $referenceGenome) {
structural_variants(dataset: $datasetId) {
ac
ac_hemi
ac_hemi
ac_hom
an
af
Expand Down
2 changes: 1 addition & 1 deletion browser/src/RegionPage/StructuralVariantsInRegion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const StructuralVariantsInRegion = ({ datasetId, region, zoomRegion, ...rest }:
region(chrom: $chrom, start: $start, stop: $stop, reference_genome: $referenceGenome) {
structural_variants(dataset: $datasetId) {
ac
ac_hemi
ac_hemi
ac_hom
an
af
Expand Down

0 comments on commit 6947850

Please sign in to comment.