Skip to content
Snippets Groups Projects
Verified Commit 73a0febc authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

fix

parent 3200a65d
No related branches found
No related tags found
No related merge requests found
Pipeline #7959 passed
......@@ -65,6 +65,10 @@ func InlineAllFuncs(str string) (string, error) {
argStop++
}
if argsStart == argStop {
argStop++
}
inlined := f.Inline(args...)
soFar.WriteString("\n")
soFar.WriteString(inlined)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment