Skip to content

Commit a10781d

Browse files
committed
Fix formatting in Tiltfile for resource links
1 parent e64fe41 commit a10781d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ for label, components, service_ports in resources:
151151
links=[
152152
link('http://localhost:' + str(local_port + i) + '/' + service_port_name, '/' + service_port_name)
153153
for i, (_, service_port_name) in enumerate(service_ports)
154-
]
154+
],
155155
labels=[label],
156156
)
157157
local_port += len(service_ports)

0 commit comments

Comments
 (0)