File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ();
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments