Skip to content

Commit 0c9b53a

Browse files
committed
Fix table formatting
1 parent 405b2c8 commit 0c9b53a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/codeql/ql-language-reference/expressions.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,14 +533,21 @@ The query produces these results:
533533

534534
+-----------+---------+------+
535535
| variant | person | cost |
536-
+-----------+---------+------+
536+
+===========+=========+======+
537537
| default | Alice | 201 |
538+
+-----------+---------+------+
538539
| default | Bob | 100 |
540+
+-----------+---------+------+
539541
| default | Charles | 100 |
542+
+-----------+---------+------+
540543
| default | Diane | 0 |
544+
+-----------+---------+------+
541545
| monotonic | Alice | 101 |
546+
+-----------+---------+------+
542547
| monotonic | Alice | 200 |
548+
+-----------+---------+------+
543549
| monotonic | Bob | 100 |
550+
+-----------+---------+------+
544551
| monotonic | Diane | 0 |
545552
+-----------+---------+------+
546553

0 commit comments

Comments
 (0)