Skip to content

Commit 5555534

Browse files
committed
chore: fix lints
1 parent 811a6e4 commit 5555534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.claude/skills/testing-hashql/references/mir-builder-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ fn test_case() {
322322
## RValue Types
323323

324324
| Method | Creates | Example |
325-
|--------|---------|---------|
325+
| ------ | ------- | ------- |
326326
| `load(operand)` | Copy/move | `rv.load(x)` |
327327
| `binary(l, op, r)` | Binary op | `rv.binary(x, op![+], y)` |
328328
| `unary(op, val)` | Unary op | `rv.unary(op![!], cond)` |

0 commit comments

Comments
 (0)