Skip to content

Commit

Permalink
feat (report-annotation): small change
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Oct 7, 2024
1 parent ebde53c commit d203693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adonisjs/public/report/js/report-annotations.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class ReportManager {
const tk = tokens[t]
const tCats = Object.keys(tk[3])
let last = t
if (tCats.length == 0)
if (tCats.length === 0)
expanded.push([tk[0], tk[1], tk[2], 'O', null])
else { // gather together BIO sequences
const blocks = []
Expand Down

0 comments on commit d203693

Please sign in to comment.