Skip to content

Commit ca092d2

Browse files
committed
removing rlang case now that references have been updated to r
Signed-off-by: Elijah Cúchulainn Reid <[email protected]>
1 parent 82d5f26 commit ca092d2

File tree

1 file changed

+0
-2
lines changed
  • client/src/components/notebook/exporters

1 file changed

+0
-2
lines changed

client/src/components/notebook/exporters/toSAS.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ const exportCell = (cell: NotebookCell) => {
1717
return wrapPython(text);
1818
case "r":
1919
return wrapRlang(text);
20-
case "rlang":
21-
return wrapRlang(text);
2220
case "sql":
2321
return wrapSQL(text);
2422
case "markdown":

0 commit comments

Comments
 (0)