[#922] Fix linter issue

Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
Anton Nikiforov 2024-01-26 17:13:40 +03:00 committed by Evgenii Stratonikov
parent 9916598dfb
commit f64c48b157
5 changed files with 4 additions and 5 deletions

View file

@ -259,4 +259,4 @@ env-down:
docker volume rm -f frostfs-node_neo-go docker volume rm -f frostfs-node_neo-go
rm -f ./.cache/.frostfs-ir-state rm -f ./.cache/.frostfs-ir-state
rm -f ./.cache/.frostfs-node-state rm -f ./.cache/.frostfs-node-state
rm -rf ./.cache/storage rm -rf ./.cache/storage

View file

@ -104,7 +104,7 @@ Enter password > <- press ENTER, the is no password for wallet
CID: CfPhEuHQ2PRvM4gfBQDC4dWZY3NccovyfcnEdiq2ixju CID: CfPhEuHQ2PRvM4gfBQDC4dWZY3NccovyfcnEdiq2ixju
./bin/frostfs-cli object put -r 127.0.0.1:8080 --wallet ./dev/wallet.json --file README.md --cid CfPhEuHQ2PRvM4gfBQDC4dWZY3NccovyfcnEdiq2ixju ./bin/frostfs-cli object put -r 127.0.0.1:8080 --wallet ./dev/wallet.json --file README.md --cid CfPhEuHQ2PRvM4gfBQDC4dWZY3NccovyfcnEdiq2ixju
Enter password > Enter password >
4300 / 4300 [===========================================================================================================================================================================================================] 100.00% 0s 4300 / 4300 [===========================================================================================================================================================================================================] 100.00% 0s
[README.md] Object successfully stored [README.md] Object successfully stored
OID: 78sohnudVMnPsczXqsTUcvezosan2YDNVZwDE8Kq5YwU OID: 78sohnudVMnPsczXqsTUcvezosan2YDNVZwDE8Kq5YwU

View file

@ -86,4 +86,4 @@
"stopAll": true "stopAll": true
} }
] ]
} }

View file

@ -16,4 +16,4 @@
"detail": "Down debug environment" "detail": "Down debug environment"
} }
] ]
} }

View file

@ -66,4 +66,3 @@
"Tokens": null "Tokens": null
} }
} }