From cd66f8563d01df721a3c18b0d8f2fb7a99bc4dc1 Mon Sep 17 00:00:00 2001 From: Shogo Ohta Date: Fri, 2 Aug 2024 10:34:34 +0900 Subject: [PATCH] Fix spacing Co-authored-by: Matsutomo81 <87012577+matsutomo81@users.noreply.github.com> --- test/cljam/io/cram/encode/record_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cljam/io/cram/encode/record_test.clj b/test/cljam/io/cram/encode/record_test.clj index a64f7317..337fee9d 100644 --- a/test/cljam/io/cram/encode/record_test.clj +++ b/test/cljam/io/cram/encode/record_test.clj @@ -80,7 +80,7 @@ (is (= [{:rname "ref", :pos 1, :cigar "5M", :seq "AGAAT", :qual "HFHHH" ::record/flag 0x03, ::record/ref-index 0, ::record/end 5 ::record/features [{:code :subst, :pos 3 :subst 0}]} - {:rname "ref", :pos 5, :cigar "2S3M",:seq "CCTGT", :qual "##AAC" + {:rname "ref", :pos 5, :cigar "2S3M", :seq "CCTGT", :qual "##AAC" ::record/flag 0x03, ::record/ref-index 0, ::record/end 7 ::record/features [{:code :softclip, :pos 1, :bases [(int \C) (int \C)]}]} {:rname "ref", :pos 10, :cigar "5M", :seq "GATAA", :qual "CCCFF"