From 65bdf604ddb989e281f6ea97f1f2fc503f8655ca Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Fri, 7 Jun 2024 11:32:50 -0700 Subject: [PATCH] libct/user: gofumpt -w Signed-off-by: Kir Kolyshkin --- libcontainer/user/user.go | 1 - 1 file changed, 1 deletion(-) diff --git a/libcontainer/user/user.go b/libcontainer/user/user.go index 984466d1a..198c49367 100644 --- a/libcontainer/user/user.go +++ b/libcontainer/user/user.go @@ -197,7 +197,6 @@ func ParseGroupFilter(r io.Reader, filter func(Group) bool) ([]Group, error) { for { var line []byte line, isPrefix, err = rd.ReadLine() - if err != nil { // We should return no error if EOF is reached // without a match.