Skip to content

Commit fbd576d

Browse files
committed
fix: don't repeat boolean type
1 parent a3831ed commit fbd576d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/md/boolean-type.ejs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
* you may not use this file except in compliance with the License. You may obtain a copy
55
* of the License at http://www.apache.org/licenses/LICENSE-2.0
66
*/ %>
7-
8-
`<%=schema.type %>`<%=schema.nullable ? ", nullable" : "" %>
7+
<%=schema.nullable ? ", nullable" : "" %>

0 commit comments

Comments
 (0)