Skip to content

Commit 2bd2e0d

Browse files
committed
fix parse error with earlier Vala 0.48
1 parent 3248074 commit 2bd2e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codehelp/completionengine.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ namespace Vls.CompletionEngine {
13181318
CompletionItemKind.Method,
13191319
null) {
13201320
insertText = generate_insert_text_for_callable (atype, (Vala.Method)method, scope, method_spaces),
1321-
insertTextFormat = InsertTextFormat.Snippet,
1321+
insertTextFormat = InsertTextFormat.Snippet
13221322
});
13231323
}
13241324
}

0 commit comments

Comments
 (0)