develop/style: fix indent error

This commit is contained in:
James Lu
2023-04-30 11:56:21 -07:00
parent c6b501897e
commit c4f477a4d4

View File

@ -9,7 +9,7 @@ not to be accepted into the Limnoria core.
same style guidelines.
- We use a maximum of 79 characters per line and 4 spaces per indentation level
- Exception: method and function names generally use camelCase for consistency
with existing code.
with existing code.
* Raw strings (``r''`` or ``r""``) should be used for regular expressions.