From 6838c23478944a9b45df1fa9a0f432ec77423987 Mon Sep 17 00:00:00 2001 From: Wagner Riffel Date: Tue, 3 Sep 2019 16:34:03 -0300 Subject: all: purge redundant underscores Signed-off-by: Wagner Riffel --- widgets/exline.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/exline.go') diff --git a/widgets/exline.go b/widgets/exline.go index 8ec69d6..1482f0e 100644 --- a/widgets/exline.go +++ b/widgets/exline.go @@ -92,7 +92,7 @@ type nullHistory struct { input *ui.TextInput } -func (_ *nullHistory) Add(string) {} +func (*nullHistory) Add(string) {} func (h *nullHistory) Next() string { return h.input.String() @@ -102,4 +102,4 @@ func (h *nullHistory) Prev() string { return h.input.String() } -func (_ *nullHistory) Reset() {} +func (*nullHistory) Reset() {} -- cgit v1.2.3