From fcb9a9f93f079ea65c96c8dec579c7f8f8785f1c Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Wed, 20 May 2020 15:06:25 +1000 Subject: [PATCH] following check --- check.sh | 0 processor/tui.go | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 check.sh diff --git a/check.sh b/check.sh old mode 100644 new mode 100755 diff --git a/processor/tui.go b/processor/tui.go index f4893fa..a7fc8fb 100644 --- a/processor/tui.go +++ b/processor/tui.go @@ -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)) } } }