Skip to content

Commit

Permalink
quick change for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlnkp committed Apr 11, 2024
1 parent 69d4fec commit 2b41b6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "parser.h"



#ifdef IMPERIAL
#define TEMP_SYMBOL "°F"
#define TEMP_TYPE "temp_F"
Expand All @@ -17,7 +16,6 @@
#endif



int main(int argc, char **argv) {

std::string res = (argc == 1) ? request("") : request(argv[1]);
Expand Down

0 comments on commit 2b41b6b

Please sign in to comment.