Skip to content

Commit

Permalink
fix: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
famosab committed Jan 9, 2025
1 parent 247a564 commit ad0430e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ params {

// Impose sensible resource limits for testing
process {
withName: '.*' {
cpus = 2
memory = 3.GB
time = 2.h
}
withName: '.*' {
cpus = 2
memory = 3.GB
time = 2.h
}
}


Expand Down

0 comments on commit ad0430e

Please sign in to comment.