Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
RussBerg committed Jun 22, 2023
1 parent d6b852d commit 83498e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_tools/docs/nxdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def _get_doc_blocks(ns, node):
re.sub(r"\t", "\\\\t", line),
)
)
out_lines.append(line[len(indent):])
out_lines.append(line[len(indent) :])
out_blocks.append("\n".join(out_lines))
return out_blocks

Expand Down

0 comments on commit 83498e7

Please sign in to comment.