diff --git a/bestpractices/c++practices.md b/bestpractices/c++practices.md index 0b99211..bbae62d 100644 --- a/bestpractices/c++practices.md +++ b/bestpractices/c++practices.md @@ -605,4 +605,4 @@ constexpr std::array buttonDefs {{ }}; ``` -When in doubt, use a struct - it is better to have good names than not. \ No newline at end of file +When in doubt, use a struct - it is better to have good names than not. diff --git a/bestpractices/pythonpractices.md b/bestpractices/pythonpractices.md index 8d91470..a8e7267 100644 --- a/bestpractices/pythonpractices.md +++ b/bestpractices/pythonpractices.md @@ -1,3 +1,3 @@ # Python Practices -Work in Progress - looking for help! \ No newline at end of file +Work in Progress - looking for help!