Skip to content

Commit c597f07

Browse files
committed
Add missing newline
1 parent 47c1e5f commit c597f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/bootstrap_daemon/docker/get-nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
raw_json = response.read().decode('ascii', 'ignore')
3232
nodes = json.loads(raw_json)['nodes']
3333

34-
output = 'bootstrap_nodes = ('
34+
output = 'bootstrap_nodes = (\n'
3535

3636
for node in nodes:
3737
node_output = ' { // ' + node['maintainer'] + '\n'

0 commit comments

Comments
 (0)