Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Koeng101 committed Dec 20, 2023
1 parent 54c9445 commit ad570cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bio/sam/sam.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func headerWriteHelper(sb strings.Builder, headerString string, headerMap map[st
_, _ = sb.WriteString(fmt.Sprintf("\t%s:%s", key, value))
}
_, _ = sb.WriteString("\n")
return
}

// WriteTo writes a SAM header to an io.Writer.
Expand Down

0 comments on commit ad570cf

Please sign in to comment.