From 176051b1a48a98f41bb430fde866a6a684b960f0 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Sun, 7 Nov 2021 16:48:36 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for 333ef5ca --- numerical_methods/babylonian_method.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/numerical_methods/babylonian_method.cpp b/numerical_methods/babylonian_method.cpp index b18bc0dc4..a70fa993e 100644 --- a/numerical_methods/babylonian_method.cpp +++ b/numerical_methods/babylonian_method.cpp @@ -9,11 +9,10 @@ * @author [Ameya Chawla](https://github.com/ameyachawlaggsipu) */ -#include /// for assert +#include /// for assert +#include #include /// for IO operations -#include "math.h" - /** * @namespace numerical_methods * @brief Numerical algorithms/methods