Fix indent.

This commit is contained in:
Itamar Turner-Trauring 2021-01-26 09:57:11 -05:00
parent 3b893a56f9
commit 0424ba2a48
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ def _create_node(reactor, request, temp_dir, introducer_furl, flog_gatherer, nam
'--helper',
]
if not storage:
args.append('--no-storage')
args.append('--no-storage')
args.append(node_dir)
_tahoe_runner_optional_coverage(done_proto, reactor, request, args)