Skip to content

Commit fb0f671

Browse files
committed
chore: apply lints
This is the output of: `prek run -a -c .config/pre-commit.yaml`. release-as: 0.1.1 chore: move project to new repository
1 parent 14de155 commit fb0f671

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/design/git-data.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,11 @@ If the counter is lost or stale, a rescan rebuilds it.
9292

9393
**Operations:**
9494

95-
- `create(namespace, fields)` — scan for the next available ID, create a new ref with an initial commit containing the given tree. Retry on conflict.
95+
- `create(namespace, fields)` — scan for the next available ID, create a new ref with an initial commit containing the given tree.
96+
Retry on conflict.
9697
- `read(namespace, id)` — read the current tree at a record's ref.
97-
- `update(namespace, id, mutations)` — commit a new tree to the record's ref. The previous state is preserved in history.
98+
- `update(namespace, id, mutations)` — commit a new tree to the record's ref.
99+
The previous state is preserved in history.
98100
- `list(namespace)` — prefix scan over `refs/<namespace>/` to enumerate records.
99101
- `history(namespace, id)` — walk the commit chain on a record's ref.
100102

0 commit comments

Comments
 (0)