Skip to content

Commit 9f4c681

Browse files
committed
fix ci
1 parent ce743cc commit 9f4c681

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/iceberg/catalog/rest/endpoint.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#pragma once
2121

22-
#include <set>
2322
#include <string>
2423
#include <string_view>
2524

@@ -138,7 +137,7 @@ class ICEBERG_REST_EXPORT Endpoint {
138137
}
139138

140139
private:
141-
Endpoint(HttpMethod method, std::string_view path_template)
140+
constexpr Endpoint(HttpMethod method, std::string_view path_template)
142141
: method_(method), path_template_(path_template) {}
143142

144143
HttpMethod method_;

0 commit comments

Comments
 (0)