From aaf0a0c65673db4b94c0dc200d7394a192128da1 Mon Sep 17 00:00:00 2001 From: Moritz Poldrack Date: Sun, 31 Jul 2022 22:16:40 +0200 Subject: lint: apply new formatting rules Run `make fmt`. Signed-off-by: Moritz Poldrack Acked-by: Robin Jarry --- models/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/models.go') diff --git a/models/models.go b/models/models.go index e7325d25..820bc3fa 100644 --- a/models/models.go +++ b/models/models.go @@ -142,7 +142,7 @@ type BodyStructure struct { DispositionParams map[string]string } -//PartAtIndex returns the BodyStructure at the requested index +// PartAtIndex returns the BodyStructure at the requested index func (bs *BodyStructure) PartAtIndex(index []int) (*BodyStructure, error) { if len(index) == 0 { return bs, nil -- cgit