Skip to content

Commit 6fff2a9

Browse files
authored
[docs] Fix build break due to missing comma (#4561)
1 parent e87fbdc commit 6fff2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lsp-clients.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
"name": "futhark",
339339
"full-name": "Futhark",
340340
"server-name": "futhark-lsp",
341-
"server-url": "https://github.com/diku-dk/futhark"
341+
"server-url": "https://github.com/diku-dk/futhark",
342342
"installation": "A part of the compiler since 0.21.9",
343343
"debugger": "Not available"
344344
},

0 commit comments

Comments
 (0)