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 @@ -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 ();
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 UpdateLocation to update the table location and commit the
8686 // / changes.
8787 Result<std::shared_ptr<UpdateLocation>> NewUpdateLocation ();
You can’t perform that action at this time.
0 commit comments