Commit 8a673d9
committed
Style fix: no semicolons after interface definitions!
In 894d0af (pushNotesRef: allow for concurrent operations, 2025-02-08),
I introduced an interface, but I got the syntax wrong... Typescript was
lenient, but ESLint isn't:
gitgitgadget/tests/git-notes.test.ts
128:6 warning Delete `;`
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 5f696c6 commit 8a673d9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments