Skip to content

Commit b27694f

Browse files
committed
Format
1 parent a622dd3 commit b27694f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/copyable_task.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using Libtask: produce
66
function f3(x)
77
g3(x)
88
g3(x, 1; z=2)
9-
g3(x, 1, 2; p=3, q=4)
9+
return g3(x, 1, 2; p=3, q=4)
1010
end
1111
end
1212

0 commit comments

Comments
 (0)