summaryrefslogtreecommitdiffstats
path: root/pkg/gui/modes/filtering/filtering.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/modes/filtering/filtering.go')
-rw-r--r--pkg/gui/modes/filtering/filtering.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/modes/filtering/filtering.go b/pkg/gui/modes/filtering/filtering.go
index 010a04993..ca8026dc0 100644
--- a/pkg/gui/modes/filtering/filtering.go
+++ b/pkg/gui/modes/filtering/filtering.go
@@ -4,7 +4,7 @@ type Filtering struct {
path string // the filename that gets passed to git log
}
-func NewFiltering(path string) Filtering {
+func New(path string) Filtering {
return Filtering{path: path}
}