Skip to content

Commit c3d51d2

Browse files
poyrazKgithub-actions[bot]
authored andcommitted
style: automated clang-format fixes
1 parent 0a75177 commit c3d51d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/catalog_coverage_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
* @brief Targeted unit tests to increase coverage of the Catalog module
44
*/
55

6+
#include <fcntl.h>
67
#include <gtest/gtest.h>
8+
#include <unistd.h>
79

810
#include <cstdio>
911
#include <cstring>
10-
#include <fcntl.h>
1112
#include <filesystem>
12-
#include <unistd.h>
1313
#include <vector>
1414

1515
#include "catalog/catalog.hpp"

0 commit comments

Comments
 (0)