remove clang-format lines

pull/1703/head
Loïc Bartoletti 2022-10-04 11:38:21 +02:00
parent 6156a62294
commit 72a2ada82c
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
#include "modules/battery.hpp" #include "modules/battery.hpp"
#if defined(__FreeBSD__) #if defined(__FreeBSD__)
// clang-format off
#include <sys/sysctl.h> #include <sys/sysctl.h>
// clang-format on
#endif #endif
#include <spdlog/spdlog.h> #include <spdlog/spdlog.h>