Skip to content

Commit

Permalink
🔖 发布 v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Mar 11, 2020
1 parent ff26488 commit 8873cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func BenchmarkLute(b *testing.B) {
luteEngine.FixTermTypo = false
luteEngine.ChinesePunct = false
luteEngine.Emoji = false
output, err := luteEngine.Markdown("spec text", buf)
output := luteEngine.Markdown("spec text", buf)
if nil != err {
b.Fatalf("unexpected: %s", err)
}
Expand Down

0 comments on commit 8873cc1

Please sign in to comment.