Skip to content

Commit 461b6d4

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

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
@@ -1795,7 +1795,7 @@ impl MutTxId {
17951795
.collect()
17961796
}
17971797

1798-
/// Is anyone is subscribed to the view arguments identified by `arg_id`
1798+
/// Is anyone is subscribed to the view arguments identified by `arg_id`?
17991799
fn is_identity_subscribed_to_view_args(&self, view_id: ViewId, arg_id: u64, sender: Identity) -> Result<bool> {
18001800
Ok(self
18011801
.iter_by_col_eq(

0 commit comments

Comments
 (0)