Skip to content

Commit d42c0c5

Browse files
authored
remove trailing space
1 parent 1ba6a7f commit d42c0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def indexer_no_projects(logger, uri, config_path, extra_indexer_options):
351351
)
352352
indexer_options.extend(extra_indexer_options.split())
353353
indexer = Indexer(
354-
indexer_options,
354+
indexer_options,
355355
java_opts=indexer_java_opts,
356356
logger=logger,
357357
jar=OPENGROK_JAR,

0 commit comments

Comments
 (0)