Skip to content

Commit 29c2164

Browse files
committed
lint
1 parent a3eb205 commit 29c2164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util.star

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@ def label_from_image(image):
6767
label = label[-max_length:]
6868
return label
6969

70+
7071
def join_cmds(commands):
7172
return " && ".join(commands)

0 commit comments

Comments
 (0)