Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmaisch committed Apr 3, 2024
1 parent 7946823 commit 60427fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-viewer/src/model/Language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ enum ParserLanguage {
EMF_METAMODEL = 'EMF metamodel',
EMF_MODEL = 'EMF models (dynamically created token set)',
GO = 'Go Parser',
JAVA_CPG = 'Java CPG Module'
JAVA_CPG = 'Java CPG Module',
KOTLIN = 'Kotlin Parser',
R_LANG = 'R Parser',
RUST = 'Rust Language Module',
Expand Down

0 comments on commit 60427fd

Please sign in to comment.