Clean unnecessry whitespace

This commit is contained in:
fox.cpp 2020-02-29 23:57:03 +03:00
parent 8b7577697b
commit c8768da05c
No known key found for this signature in database
GPG key ID: E76D97CCEDE90B6C
9 changed files with 0 additions and 12 deletions

View file

@ -257,7 +257,6 @@ func (s *state) run(cmdName string, args []string, stdin io.Reader) module.Check
}
}
return s.errorRes(err, res, cmd.String())
}
return res
}