Skip to content

Commit 4bf7866

Browse files
committed
style: group functions
1 parent 08b02b1 commit 4bf7866

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/cli.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,9 @@ const createEndpoints = async (destDir, lang, config) => {
140140
return removePlaceholders(flattenQuery(query));
141141
},
142142

143-
// (used only with Golang's go-chi)
144-
"convertPathPlaceholders": convertPathPlaceholders,
145-
146143
// (used only with Golang)
144+
"convertPathPlaceholders": convertPathPlaceholders,
147145
"sqlParser": parser,
148-
149-
// (used only with Golang)
150146
"removePlaceholders": removePlaceholders,
151147
"snake2camelCase": snake2camelCase,
152148
"capitalize": capitalize,

0 commit comments

Comments
 (0)