Skip to content

Commit 4b450b2

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

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
@@ -1811,7 +1811,7 @@ impl MutTxId {
18111811
.is_some())
18121812
}
18131813

1814-
/// Lookup a row in `st_view` by its primary key
1814+
/// Looks up a row in `st_view` by its primary key.
18151815
fn st_view_row(&self, view_id: ViewId) -> Result<Option<StViewRow>> {
18161816
self.iter_by_col_eq(ST_VIEW_ID, col_list![StViewFields::ViewId], &view_id.into())?
18171817
.next()

0 commit comments

Comments
 (0)