chore(lsm): format code

This commit is contained in:
Jef Roosens 2023-11-08 08:47:24 +01:00
parent 38e9496717
commit 719a65beff
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
5 changed files with 35 additions and 20 deletions

View file

@ -17,7 +17,7 @@ int main() {
lsm_entry_handle *handle;
assert(lsm_store_insert(&handle, store, key) == lsm_error_ok);
lsm_str *attr;
lsm_str_init_copy(&attr, "some attribute value");
lsm_entry_attr_insert(handle, lsm_attr_type_content_type, attr);