From e94b4b683fb4ec87adbf2daf4b0b9c13f625bcde Mon Sep 17 00:00:00 2001 From: Neha Hasija Date: Mon, 19 Oct 2020 01:14:49 +0530 Subject: [PATCH] Update math/power_of_two.cpp Co-authored-by: David Leal --- math/power_of_two.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/math/power_of_two.cpp b/math/power_of_two.cpp index 024443f8b..9300f60b5 100644 --- a/math/power_of_two.cpp +++ b/math/power_of_two.cpp @@ -1,4 +1,3 @@ - /** * @file * @brief Implementation to check whether a number is a power of 2 or not.