From 5caf29d2468fe596b5272ccf049b8a3177e0b322 Mon Sep 17 00:00:00 2001 From: Rakshaa Viswanathan <46165429+rakshaa2000@users.noreply.github.com> Date: Sun, 6 Sep 2020 09:49:00 +0530 Subject: [PATCH] Formatting update Co-authored-by: David Leal --- greedy_algorithms/jumpgame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greedy_algorithms/jumpgame.cpp b/greedy_algorithms/jumpgame.cpp index c8bbb690f..785e5b286 100644 --- a/greedy_algorithms/jumpgame.cpp +++ b/greedy_algorithms/jumpgame.cpp @@ -14,7 +14,7 @@ */ #include -#include +#include #include