Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
0f9eb9ec
Commit
0f9eb9ec
authored
Apr 06, 2017
by
Peter van 't Hof
Browse files
style fixes
parent
ee1a00c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/report/ReportBuilder.scala
View file @
0f9eb9ec
...
...
@@ -219,7 +219,6 @@ trait ReportBuilder extends ToolCommand {
total
=
jobsFutures
.
size
logger
.
info
(
total
+
" pages to be generated"
)
def
wait
(
futures
:
List
[
Future
[
Any
]])
:
Unit
=
{
try
{
Await
.
ready
(
Future
.
sequence
(
futures
),
Duration
.
fromNanos
(
30000000000L
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment