Skip to content

Commit a3987a4

Browse files
Apply suggestion from @Centril
Co-authored-by: Mazdak Farrokhzad <[email protected]> Signed-off-by: joshua-spacetime <[email protected]>
1 parent d9b9fd5 commit a3987a4

File tree

1 file changed

+1
-1
lines changed
  • crates/datastore/src/locking_tx_datastore

1 file changed

+1
-1
lines changed

crates/datastore/src/locking_tx_datastore/mut_tx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,7 @@ impl MutTxId {
18271827
.and_then(|row| row.table_id.map(|id| (id, row.is_anonymous))))
18281828
}
18291829

1830-
/// Delete the rows of a view subscribed to by `sender`
1830+
/// Deletes the rows of a view subscribed to by `sender`.
18311831
fn delete_view_rows_for_identity(&mut self, view_id: ViewId, arg_id: u64, sender: Identity) -> Result<()> {
18321832
if let Some((table_id, is_anonymous)) = self.get_table_id_for_view(view_id)? {
18331833
let value = if is_anonymous {

0 commit comments

Comments
 (0)