Skip to content

Commit 558f462

Browse files
author
James Brundage
committed
Core Transpiler: Enabling changing nearby context (Fixes #292)
1 parent 5c188b1 commit 558f462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Transpilers/Core/Pipescript.psx.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ process {
291291
}
292292
}
293293
}
294-
}
294+
}
295295
}
296296

297297
#.ToRemove,.RemoveAST, or .RemoveElement will remove AST elements or ranges
@@ -302,7 +302,7 @@ process {
302302
} elseif ($toRemove -match '^\d+,\d+$') {
303303
$Replacements[$toRemove] = ''
304304
}
305-
}
305+
}
306306
}
307307

308308
#.ToReplace,.ReplaceAST or .ReplaceElement will replace elements or ranges.

0 commit comments

Comments
 (0)