Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Jun 27, 2024
1 parent 3ed75ee commit 393657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.star
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def run(plan, args={}):
all_el_contexts[0].ip_addr,
all_el_contexts[0].rpc_port_num,
),
'http://{0}:{1}'".format(
"http://{0}:{1}".format(
all_el_contexts[0].ip_addr,
all_el_contexts[0].engine_rpc_port_num
)
Expand Down

0 comments on commit 393657b

Please sign in to comment.