Skip to content

Commit c139e97

Browse files
committed
remove unnecessary return keyword
1 parent 509fd43 commit c139e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tmle_inputs/tmle_inputs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const CHR_REG = r"chr[1-9]+"
22

3-
param_batch_name(outprefix, batch_id) = return string(outprefix, ".param_", batch_id, ".yaml")
3+
param_batch_name(outprefix, batch_id) = string(outprefix, ".param_", batch_id, ".yaml")
44

55

66
"""

0 commit comments

Comments
 (0)