Skip to content

Commit

Permalink
Merge pull request #348 from Abirdcfly/patch-1
Browse files Browse the repository at this point in the history
delete duplicate return
  • Loading branch information
zaquestion committed Oct 20, 2022
2 parents fcd9ff1 + c40def9 commit a2b01ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gendoc/generate_markdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ func MdFile(f *deftree.ProtoFile, depth int) string {
}
}
return rv
return ""
}

func MdMessage(m *deftree.ProtoMessage, depth int) string {
Expand Down Expand Up @@ -136,8 +135,6 @@ func MdMessage(m *deftree.ProtoMessage, depth int) string {
}
rv += "\n"
return rv

return ""
}

func MdEnum(e *deftree.ProtoEnum, depth int) string {
Expand Down

0 comments on commit a2b01ca

Please sign in to comment.