This commit is contained in:
healthyyyoung 2025-03-18 15:52:56 +08:00 committed by GitHub
parent d85f796356
commit 5f3ccb0205
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -631,7 +631,6 @@ func importLDBdata(ctx *cli.Context) error {
start := 0 start := 0
switch ctx.NArg() { switch ctx.NArg() {
case 1: case 1:
break
case 2: case 2:
s, err := strconv.Atoi(ctx.Args().Get(1)) s, err := strconv.Atoi(ctx.Args().Get(1))
if err != nil { if err != nil {