From 276d9ca11cbdcd47ec80f7ce07b9aac2039dcb52 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Thu, 27 Oct 2022 16:40:30 +0800 Subject: [PATCH] fix issue --- routers/api/v1/repo/cloudbrain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/api/v1/repo/cloudbrain.go b/routers/api/v1/repo/cloudbrain.go index f165836bd..052fb2504 100755 --- a/routers/api/v1/repo/cloudbrain.go +++ b/routers/api/v1/repo/cloudbrain.go @@ -573,7 +573,7 @@ func CloudbrainGetLog(ctx *context.APIContext) { } } } - else { + else{ if startLine > 0 { startLine += 1 endLine += 1