Skip to content

Commit

Permalink
Update interpreter.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Aug 19, 2024
1 parent 90527fa commit 0d363de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions interpreter/interpreter.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"io"
"os"
"slices"
"sort"
"strings"
)

Expand Down Expand Up @@ -707,8 +706,6 @@ func GenerateDocs() {
}
if len(functionsCategories) > 0 {

sort.Sort(sort.StringSlice(functionsCategories))

for _, category := range functionsCategories {
markdownContent += "## " + category + "\n\n"
for _, f := range functionDetails {
Expand Down

0 comments on commit 0d363de

Please sign in to comment.