aboutsummaryrefslogtreecommitdiffstats
path: root/worker/lib/search.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/lib/search.go')
-rw-r--r--worker/lib/search.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/worker/lib/search.go b/worker/lib/search.go
index c7d3bee7..dc29a66f 100644
--- a/worker/lib/search.go
+++ b/worker/lib/search.go
@@ -97,8 +97,8 @@ func Search(messages []RawMessage, criteria *searchCriteria) ([]uint32, error) {
// searchMessage executes the search criteria for the given RawMessage,
// returns true if search succeeded
func searchMessage(message RawMessage, criteria *searchCriteria,
- parts MsgParts) (bool, error) {
-
+ parts MsgParts,
+) (bool, error) {
// setup parts of the message to use in the search
// this is so that we try to minimise reading unnecessary parts
var (