diff --git a/config/clients/go/template/README_retries.mustache b/config/clients/go/template/README_retries.mustache index aa5d3361..c514d5df 100644 --- a/config/clients/go/template/README_retries.mustache +++ b/config/clients/go/template/README_retries.mustache @@ -26,4 +26,5 @@ func main() { if err != nil { // .. Handle error } -} \ No newline at end of file +} +```