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