Skip to content

Commit a1ed6cc

Browse files
whitespace [ci skip]
1 parent 8b27af0 commit a1ed6cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ library(future)
2020
# specifying 'r/4.5.1', 'module load r/4.5.1' will be added to
2121
# the submitted job script.
2222
plan(future.batchtools::batchtools_slurm, resources = list(
23-
time = "00:10:00", mem = "400M", nodes=1, ntasks=4,
23+
time = "00:10:00", mem = "400M", nodes = 1, ntasks = 4,
2424
modules = c("r/4.5.1")
2525
))
2626

vignettes/future.batchtools.md.rsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ library(future)
3333
# specifying 'r/4.5.1', 'module load r/4.5.1' will be added to
3434
# the submitted job script.
3535
plan(future.batchtools::batchtools_slurm, resources = list(
36-
time = "00:10:00", mem = "400M", nodes=1, ntasks=4,
36+
time = "00:10:00", mem = "400M", nodes = 1, ntasks = 4,
3737
modules = c("r/4.5.1")
3838
))
3939

0 commit comments

Comments
 (0)