Skip to content

Commit d4da7ad

Browse files
committed
making spacing a bit nicer
DCO Remediation Commit for Elijah Cúchulainn Reid <[email protected]> I, Elijah Cúchulainn Reid <[email protected]>, hereby add my Signed-off-by to this commit: c5f8f7f Signed-off-by: Elijah Cúchulainn Reid <[email protected]>
1 parent c5f8f7f commit d4da7ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

client/src/components/utils/SASCodeDocument.ts

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

209-
if (this.parameters.languageId === "r" || this.parameters.languageId === "rlang") {
209+
if (
210+
this.parameters.languageId === "r" ||
211+
this.parameters.languageId === "rlang"
212+
) {
210213
wrapped = this.wrapRlang(wrapped);
211214
}
212215

0 commit comments

Comments
 (0)