Commit 6821b3a
authored
fix(ft): don't use double semicolon for fennel (#304)
This PR replaces the double semicolons i.e., `;;%s` with
single semicolon i.e., `;%s` for [fennel](https://fennel-lang.org) files.1 parent 418d311 commit 6821b3a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments