From f2f7dbb918dc43141822e326056ef6f87e2c5a14 Mon Sep 17 00:00:00 2001 From: "shentong.martin" Date: Mon, 19 Jan 2026 21:13:37 +0800 Subject: [PATCH] fix: remove redundant newline in fmt.Println Change-Id: Ia8fa3750eca3880c500e2931c6b32b18069653cf --- adk/common/tool/graphtool/examples/3_workflow_order/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adk/common/tool/graphtool/examples/3_workflow_order/main.go b/adk/common/tool/graphtool/examples/3_workflow_order/main.go index 4e49d9f..9e478e9 100644 --- a/adk/common/tool/graphtool/examples/3_workflow_order/main.go +++ b/adk/common/tool/graphtool/examples/3_workflow_order/main.go @@ -277,7 +277,7 @@ All orders require human approval before processing.`, fmt.Println("Invalid input. Please enter Y or N.") } - fmt.Println("\n--- Resuming order processing ---\n") + fmt.Println("\n--- Resuming order processing ---") iter, err = runner.ResumeWithParams(ctx, checkpointID, &adk.ResumeParams{ Targets: map[string]any{