From 77e6eca091255e7fe6cd55e533d9a01d26ef6f43 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Sun, 5 Jan 2025 14:01:16 -0400 Subject: [PATCH] main: Gh copilot insists on this formatting --- main.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/main.cpp b/main.cpp index 74a0a23..8590393 100644 --- a/main.cpp +++ b/main.cpp @@ -2,20 +2,21 @@ #include #include #include +#include "deviceManager/deviceManager.h" int main(int argc, char **argv) { try { OptionParser options; - hk::Mind mind; + hk::Mind mind; - std::cout <