This commit is contained in:
Michael Vines
2020-12-13 17:26:34 -08:00
parent 0d139d7ef3
commit 7143aaa89b
102 changed files with 543 additions and 499 deletions

View File

@@ -445,7 +445,7 @@ impl BigTable {
rows.into_iter()
.next()
.map(|r| r.1)
.ok_or_else(|| Error::RowNotFound)
.ok_or(Error::RowNotFound)
}
/// Store data for one or more `table` rows in the `family_name` Column family