forked from TrueCloudLab/frostfs-node
[#302] Fix whitespace linter errors
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
8d79ac1d13
commit
5e231c515a
10 changed files with 2 additions and 20 deletions
|
@ -27,7 +27,6 @@ func NewExecutionService(ni *netmap.NodeInfo, v *pkg.Version) netmap.Service {
|
|||
func (s *executorSvc) LocalNodeInfo(
|
||||
_ context.Context,
|
||||
_ *netmap.LocalNodeInfoRequest) (*netmap.LocalNodeInfoResponse, error) {
|
||||
|
||||
body := new(netmap.LocalNodeInfoResponseBody)
|
||||
body.SetVersion(s.version.ToV2())
|
||||
body.SetNodeInfo(s.localNodeInfo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue