From 2977386be1323aaa64d1c93018480cd4c9244d03 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Thu, 23 May 2024 15:03:01 +0000 Subject: [PATCH] Applied clang-format. --- include/communication/CommandLine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/communication/CommandLine.h b/include/communication/CommandLine.h index f09f64cee2..c277f61614 100644 --- a/include/communication/CommandLine.h +++ b/include/communication/CommandLine.h @@ -6,9 +6,9 @@ #include #include -#include #include //Loading JSON documents to get settings from them. #include //To store the command line arguments. +#include #include //To store the command line arguments. #include "Communication.h" //The class we're implementing.