Skip to content

Commit 5f79c97

Browse files
committed
1
1 parent ec69dfa commit 5f79c97

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

src/iceberg/catalog/rest/http_client.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ class HttpResponse::Impl {
4848
cpr::Response response_;
4949
};
5050

51-
HttpResponse::HttpResponse(HttpResponse&&) noexcept = default;
52-
HttpResponse& HttpResponse::operator=(HttpResponse&&) noexcept = default;
5351
HttpResponse::HttpResponse() = default;
5452
HttpResponse::~HttpResponse() = default;
53+
HttpResponse::HttpResponse(HttpResponse&&) noexcept = default;
54+
HttpResponse& HttpResponse::operator=(HttpResponse&&) noexcept = default;
5555

5656
int32_t HttpResponse::status_code() const { return impl_->status_code(); }
5757

src/iceberg/catalog/rest/rest_util.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#include "iceberg/table_identifier.h"
2525
#include "iceberg/util/macros.h"
26+
2627
namespace iceberg::rest {
2728

2829
namespace {

src/iceberg/catalog/rest/rest_util.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include <unordered_map>
2525

2626
#include "iceberg/catalog/rest/iceberg_rest_export.h"
27-
#include "iceberg/catalog/rest/type_fwd.h"
2827
#include "iceberg/result.h"
2928
#include "iceberg/type_fwd.h"
3029

src/iceberg/catalog/rest/types.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#pragma once
2121

22-
#include <format>
2322
#include <memory>
2423
#include <string>
2524
#include <unordered_map>

0 commit comments

Comments
 (0)