From 3ae3e528a2c5c1d28811b633fb256646f436489c Mon Sep 17 00:00:00 2001 From: Shogo Ohta Date: Fri, 9 Aug 2024 18:24:57 +0900 Subject: [PATCH] Fix spacing Co-authored-by: ToshimitsuArai <90292441+ToshimitsuArai@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 a7042553..c861acb4 100644 --- a/test/cljam/io/cram/encode/record_test.clj +++ b/test/cljam/io/cram/encode/record_test.clj @@ -162,7 +162,7 @@ :cigar "1M1I1M1D2M", :rnext "=", :pnext 5, :tlen -15, :seq "GAAAG", :qual "EBBFF" :options [{:RG {:type "Z", :value "rg002"}} {:MD {:type "Z", :value "3^T2"}} - {:NM {:type "c", :value 2}}]} + {:NM {:type "c", :value 2}}]} {:qname "q005", :flag 73, :rname "ref", :pos 20, :end 24, :mapq 0, :cigar "5M", :rnext "*", :pnext 0, :tlen 0, :seq "CTGTG", :qual "AEEEE" :options []}])