Skip to content

Commit

Permalink
fix lint take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TwFlem committed Nov 5, 2023
1 parent fc69ff5 commit 56a4a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clone/clone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func TestCircularCutRegression(t *testing.T) {

func benchmarkGoldenGate(b *testing.B, em EnzymeManager, parts []Part) {
for n := 0; n < b.N; n++ {
em.GoldenGate(parts, "BbsI") // lint:ignore
_, _, _ = em.GoldenGate(parts, "BbsI")
}
}

Expand Down

0 comments on commit 56a4a9f

Please sign in to comment.