Skip to content

Commit

Permalink
Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo authored and github-actions[bot] committed May 23, 2024
1 parent 7991a2d commit 2977386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/communication/CommandLine.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

#include <filesystem>
#include <optional>
#include <unordered_map>
#include <rapidjson/document.h> //Loading JSON documents to get settings from them.
#include <string> //To store the command line arguments.
#include <unordered_map>
#include <vector> //To store the command line arguments.

#include "Communication.h" //The class we're implementing.
Expand Down

0 comments on commit 2977386

Please sign in to comment.