From 49a73d2c8d953d25e7fced658fab4368eaddabd7 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Thu, 8 Jul 2021 03:51:25 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for 203cce31 --- dynamic_programming/house_robber.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dynamic_programming/house_robber.cpp b/dynamic_programming/house_robber.cpp index c00bbc568..8c85a6ee1 100644 --- a/dynamic_programming/house_robber.cpp +++ b/dynamic_programming/house_robber.cpp @@ -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 { /**