Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 19, 2024
1 parent d119d1d commit d94cf5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bestpractices/c++practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,4 +605,4 @@ constexpr std::array<Button, numButtons> buttonDefs {{
}};
```
When in doubt, use a struct - it is better to have good names than not.
When in doubt, use a struct - it is better to have good names than not.
2 changes: 1 addition & 1 deletion bestpractices/pythonpractices.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Python Practices

Work in Progress - looking for help!
Work in Progress - looking for help!

0 comments on commit d94cf5e

Please sign in to comment.