From 470b7d751930aa84a976ad4951a5285c3e9852ef Mon Sep 17 00:00:00 2001 From: Tobias Ribizel Date: Mon, 7 Jul 2025 15:50:43 +0200 Subject: [PATCH] add newline to docstring Signed-off-by: Tobias Ribizel --- internal/pkg/hostlist/hostlist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/hostlist/hostlist.go b/internal/pkg/hostlist/hostlist.go index e3e1897d..ecac1dee 100644 --- a/internal/pkg/hostlist/hostlist.go +++ b/internal/pkg/hostlist/hostlist.go @@ -6,7 +6,7 @@ import ( "strings" ) -const Docstring = "Node patterns are a comma-separated list of individual pattern. Each pattern can either be a full node name or a node range like node[01-03,05]." +const Docstring = "Node patterns are a comma-separated list of individual pattern.\nEach pattern can either be a full node name or a node range like node[01-03,05]." // Expand takes a slice of host strings, possibly containing comma-separated // values and bracketed ranges (e.g. "node[01-03]") and returns a fully expanded