Skip to content

Commit d0ef9f3

Browse files
committed
pre commit
1 parent f091779 commit d0ef9f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/iceberg/table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class ICEBERG_EXPORT Table : public std::enable_shared_from_this<Table> {
151151
/// \brief Create a new ExpireSnapshots to remove expired snapshots and commit the
152152
/// changes.
153153
virtual Result<std::shared_ptr<ExpireSnapshots>> NewExpireSnapshots();
154-
154+
155155
/// \brief Create a new UpdateLocation to update the table location and commit the
156156
/// changes.
157157
virtual Result<std::shared_ptr<UpdateLocation>> NewUpdateLocation();

src/iceberg/transaction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class ICEBERG_EXPORT Transaction : public std::enable_shared_from_this<Transacti
8181
/// \brief Create a new ExpireSnapshots to remove expired snapshots and commit the
8282
/// changes.
8383
Result<std::shared_ptr<ExpireSnapshots>> NewExpireSnapshots();
84-
84+
8585
/// \brief Create a new UpdateLocation to update the table location and commit the
8686
/// changes.
8787
Result<std::shared_ptr<UpdateLocation>> NewUpdateLocation();

0 commit comments

Comments
 (0)