Skip to content

Commit 44ff10d

Browse files
committed
PythonOptions: adopt usageSyntax for options
1 parent 204a257 commit 44ff10d

File tree

2 files changed

+65
-63
lines changed

2 files changed

+65
-63
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/PythonLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
dependentLanguages = {"nfi", "llvm"}, //
113113
interactive = true, internal = false, //
114114
contextPolicy = TruffleLanguage.ContextPolicy.SHARED, //
115-
fileTypeDetectors = PythonFileDetector.class,
115+
fileTypeDetectors = PythonFileDetector.class, //
116116
website = "https://www.graalvm.org/python/")
117117
@ProvidedTags({
118118
StandardTags.CallTag.class,

0 commit comments

Comments
 (0)