Commit a96a8b1
committed
Remove superfluous trailing semicolons
Two semicolons were accidentally added to rows which were already
terminated semicolons. While harmless, fix by removing these.
Author: Richard Guo <guofenglinux@gmail.com>
Discussion: https://postgr.es/m/CAMbWs4_fnJ0+yOgFioswzLE7t6R8P6cqbuacFVeZqbESFAjs1A@mail.gmail.com1 parent 46a44dc commit a96a8b1Copy full SHA for a96a8b1
File tree
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedOpen diff view settings
Filter options
- src
- include/lib
- test/modules/test_tidstore
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedOpen diff view settings
Collapse file
src/include/lib/radixtree.h
Copy file name to clipboardExpand all lines: src/include/lib/radixtree.h+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2499 | 2499 | |
2500 | 2500 | |
2501 | 2501 | |
2502 | | - |
| 2502 | + |
2503 | 2503 | |
2504 | 2504 | |
2505 | 2505 | |
|
Collapse file
src/test/modules/test_tidstore/test_tidstore.c
Copy file name to clipboardExpand all lines: src/test/modules/test_tidstore/test_tidstore.c+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
199 | 199 | |
200 | 200 | |
201 | 201 | |
202 | | - |
| 202 | + |
203 | 203 | |
204 | 204 | |
205 | 205 | |
|
0 commit comments