chore(lsm): format code
This commit is contained in:
parent
38e9496717
commit
719a65beff
5 changed files with 35 additions and 20 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue