From ca899939b7bf4993a3684c48d6fdfd10233ed28b Mon Sep 17 00:00:00 2001 From: Ayushi Bisht <94152085+AyuBisht@users.noreply.github.com> Date: Wed, 12 Jan 2022 12:13:01 +0530 Subject: [PATCH] fixed blank lines --- Code/C++/Climbing_Stairs.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Code/C++/Climbing_Stairs.cpp b/Code/C++/Climbing_Stairs.cpp index 987dbaaef..489cb2b80 100644 --- a/Code/C++/Climbing_Stairs.cpp +++ b/Code/C++/Climbing_Stairs.cpp @@ -10,7 +10,6 @@ Extra Storage Size : No extra storage Required. */ - #include using namespace std; @@ -51,9 +50,9 @@ int main() else cout << "The number of stairs must be greater than 0." <