Skip to content

Commit 0bfa2bf

Browse files
committed
fix python fmt
1 parent 8c14f0a commit 0bfa2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/generators/src/docs/doc_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def name(self) -> str:
105105
if self._document_name is None:
106106
return "Unnamed"
107107
return self._document_name
108-
108+
109109
def draft(self) -> bool:
110110
"""Return is the document 'draft' or not."""
111111
return self._doc.draft

0 commit comments

Comments
 (0)