clang-format and clang-tidy fixes for 203cce31

This commit is contained in:
github-actions
2021-07-08 03:51:25 +00:00
parent 203cce31aa
commit 49a73d2c8d

View File

@@ -20,7 +20,9 @@
namespace dynamic_programming {
/**
* @namespace house_robber
* @brief Functions for the [House Robber](https://labuladong.gitbook.io/algo-en/i.-dynamic-programming/houserobber) algorithm
* @brief Functions for the [House
* Robber](https://labuladong.gitbook.io/algo-en/i.-dynamic-programming/houserobber)
* algorithm
*/
namespace house_robber {
/**