Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 229be62

Browse files
committed
fix build windows
1 parent 38233d8 commit 229be62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

engine/cli/commands/config_get_cmd.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#include "config_get_cmd.h"
2-
#include <tabulate/table.hpp>
32
#include "commands/server_start_cmd.h"
43
#include "utils/curl_utils.h"
54
#include "utils/logging_utils.h"
65
#include "utils/url_parser.h"
6+
// clang-format off
7+
#include <tabulate/table.hpp>
8+
// clang-format on
79

810
void commands::ConfigGetCmd::Exec(const std::string& host, int port) {
911
// Start server if server is not started yet

0 commit comments

Comments
 (0)