Skip to content

Commit

Permalink
following check
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed May 20, 2020
1 parent ac5e57e commit fcb9a9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified check.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion processor/tui.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func drawResults(app *tview.Application, results []*fileJob, textView *tview.Tex
t := []int{s[0] - v3.StartPos, s[1] - v3.StartPos}
l = append(l, t)
} else {
debugLogger(fmt.Sprintf("%d", s[0] - v3.StartPos))
debugLogger(fmt.Sprintf("%d", s[0]-v3.StartPos))
}
}
}
Expand Down

0 comments on commit fcb9a9f

Please sign in to comment.