doc: fix resource doc generation .. not sure why this line that removed legit indent was there

This commit is contained in:
Alexandre Aubin 2023-07-17 19:09:04 +02:00
parent 92924385db
commit ced222eaa5

View file

@ -62,7 +62,6 @@ for c in ResourceClasses:
for resource_id, doc in sorted(ResourceDocString.items()):
doc = doc.replace("\n ", "\n")
print("----------------")
print("")