Commit 7a9eca9
committed
Fix CHECK constraint closing parenthesis alignment
- Align closing parenthesis with CHECK keyword at same indentation level
- Fixes constraints-16.sql formatting where closing paren was over-indented
- Maintains existing functionality for other constraint types
- All constraint formatting tests pass
Co-Authored-By: Dan Lynch <[email protected]>1 parent 0b0f2b4 commit 7a9eca9
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2631 | 2631 | | |
2632 | 2632 | | |
2633 | 2633 | | |
2634 | | - | |
| 2634 | + | |
| 2635 | + | |
| 2636 | + | |
| 2637 | + | |
2635 | 2638 | | |
2636 | 2639 | | |
2637 | 2640 | | |
| |||
0 commit comments