Skip to content

Commit 418378b

Browse files
Apply suggestion from @Centril
Co-authored-by: Mazdak Farrokhzad <twingoow@gmail.com> Signed-off-by: joshua-spacetime <josh@clockworklabs.io>
1 parent 0a4e9f5 commit 418378b

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
@@ -1767,7 +1767,7 @@ impl<'a, I: Iterator<Item = RowRef<'a>>> Iterator for FilterDeleted<'a, I> {
17671767
}
17681768

17691769
impl MutTxId {
1770-
/// Delete view data and metadata for a client connection
1770+
/// Delete view data and metadata for a client connection.
17711771
pub fn delete_view_data_for_client(&mut self, sender: Identity, connection_id: ConnectionId) -> Result<()> {
17721772
for row in self.delete_st_view_client_rows(sender, connection_id)? {
17731773
if !self.is_identity_subscribed_to_view_args(row.view_id, row.arg_id, sender)? {

0 commit comments

Comments
 (0)