From e7e2f45f4d189a040f735d6d4fcbf87d3813325d Mon Sep 17 00:00:00 2001 From: Lev Date: Fri, 2 Jul 2021 17:26:00 -0500 Subject: [PATCH] Update formatting --- .../Midterm/Merkelrex-TradingBot/MerkelMain.h | 1 - 1 file changed, 1 deletion(-) diff --git a/CM2005 Object Oriented Programming/Midterm/Merkelrex-TradingBot/MerkelMain.h b/CM2005 Object Oriented Programming/Midterm/Merkelrex-TradingBot/MerkelMain.h index c97ef44..f9b521f 100644 --- a/CM2005 Object Oriented Programming/Midterm/Merkelrex-TradingBot/MerkelMain.h +++ b/CM2005 Object Oriented Programming/Midterm/Merkelrex-TradingBot/MerkelMain.h @@ -9,7 +9,6 @@ class MerkelMain { public: MerkelMain(); - /** Call this to start the sim */ /** Returns the current time */ std::string getCurrentTime();