Skip to content

Commit

Permalink
remove unnecessary return keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
roskamsh committed Nov 16, 2023
1 parent 509fd43 commit c139e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tmle_inputs/tmle_inputs.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const CHR_REG = r"chr[1-9]+"

param_batch_name(outprefix, batch_id) = return string(outprefix, ".param_", batch_id, ".yaml")
param_batch_name(outprefix, batch_id) = string(outprefix, ".param_", batch_id, ".yaml")


"""
Expand Down

0 comments on commit c139e97

Please sign in to comment.