Skip to content

Commit 4036233

Browse files
committed
updating Code Document to only require r
Signed-off-by: Elijah Cúchulainn Reid <[email protected]>
1 parent 18cba79 commit 4036233

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

client/src/components/utils/SASCodeDocument.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,7 @@ ${code}`;
206206
wrapped = this.wrapPython(wrapped);
207207
}
208208

209-
if (
210-
this.parameters.languageId === "r" ||
211-
this.parameters.languageId === "rlang"
212-
) {
209+
if (this.parameters.languageId === "r") {
213210
wrapped = this.wrapRlang(wrapped);
214211
}
215212

0 commit comments

Comments
 (0)