From 77b814849cddca8402b3b4d56b1542fabac92ffe Mon Sep 17 00:00:00 2001 From: stfsy Date: Mon, 3 Jan 2022 18:51:20 +0100 Subject: [PATCH] chore: do not add block tags --- templates/operation.dot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/operation.dot b/templates/operation.dot index cfd5b63..47c2228 100644 --- a/templates/operation.dot +++ b/templates/operation.dot @@ -1,5 +1,5 @@ {{= data.tags.section }} - + {{ data.methodUpper = data.method.verb.toUpperCase(); }} {{ data.url = data.utils.slashes(data.baseUrl + data.method.path); }} {{ data.parameters = data.operation.parameters; }} @@ -45,5 +45,4 @@ {{#def.authentication_none}} {{?}} - {{= data.tags.endSection }}