remove extra newline/space

This commit is contained in:
iyz 2025-02-17 15:57:53 -05:00 committed by Manuel Rüger
parent 076165c137
commit 8d05975142

View File

@ -292,7 +292,6 @@ func RunMark(cCtx *cli.Context) error {
"page successfully updated: %s", "page successfully updated: %s",
creds.BaseURL+target.Links.Full, creds.BaseURL+target.Links.Full,
) )
fmt.Println(creds.BaseURL + target.Links.Full) fmt.Println(creds.BaseURL + target.Links.Full)
} }
} }