Skip to content

Commit 2489e38

Browse files
committed
pre commit
1 parent d0c485b commit 2489e38

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
@@ -150,7 +150,7 @@ class ICEBERG_EXPORT Table : public std::enable_shared_from_this<Table> {
150150
/// \brief Create a new ExpireSnapshots to remove expired snapshots and commit the
151151
/// changes.
152152
virtual Result<std::shared_ptr<ExpireSnapshots>> NewExpireSnapshots();
153-
153+
154154
/// \brief Create a new UpdateStatistics to update the table statistics and commit the
155155
/// changes.
156156
virtual Result<std::shared_ptr<UpdateStatistics>> NewUpdateStatistics();

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 UpdateStatistics to update table statistics and commit the
8686
/// changes.
8787
Result<std::shared_ptr<UpdateStatistics>> NewUpdateStatistics();

0 commit comments

Comments
 (0)