Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfe4dd1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1445ac6 commit bfe4dd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pre_commit/languages

pre_commit/languages/r.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
def _execute_vanilla_r_code_as_script(
27-
code: str, prefix: Prefix, version: str, args: Sequence[str] = (),
27+
code: str, prefix: Prefix, version: str, args: Sequence[str] = (),
2828
**kwargs: Any,
2929
) -> str:
3030
with in_env(prefix, version):

0 commit comments

Comments
 (0)