From 4683d8164874ed56df34ee10e670001e1316c5e4 Mon Sep 17 00:00:00 2001 From: pangliang <418094911@qq.com> Date: Thu, 25 Apr 2024 08:41:39 +0800 Subject: [PATCH] extra empty line at the end of a block --- routers/web/repo/actions/actions.go | 1 - 1 file changed, 1 deletion(-) diff --git a/routers/web/repo/actions/actions.go b/routers/web/repo/actions/actions.go index 04cad7b55f..312a5f8c16 100644 --- a/routers/web/repo/actions/actions.go +++ b/routers/web/repo/actions/actions.go @@ -145,7 +145,6 @@ func List(ctx *context.Context) { if workflow.Entry.Name() == workflowID { curWorkflow = wf } - } } ctx.Data["workflows"] = workflows