From 745e3de38c78fb674866a8ab639302e8ab2a72b4 Mon Sep 17 00:00:00 2001 From: Matthias Tafelmeier Date: Fri, 23 Jan 2026 08:41:15 +0100 Subject: [PATCH] trigger pipeline --- src/godon/client.nim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/godon/client.nim b/src/godon/client.nim index 8e79360..081f0d5 100644 --- a/src/godon/client.nim +++ b/src/godon/client.nim @@ -1,5 +1,5 @@ -## Godon HTTP Client -## Core HTTP client for Godon API +### Godon HTTP Client +### Core HTTP client for Godon API import std/[httpclient, json, uri, strutils, net] import types @@ -111,4 +111,4 @@ proc handleError*(client: GodonClient, response: Response): ref CatchableError = except CatchableError: discard - newException(CatchableError, errorMsg) \ No newline at end of file + newException(CatchableError, errorMsg)