Skip to content

Commit eaf6590

Browse files
committed
fix missing comma
1 parent dd503a6 commit eaf6590

75 files changed

Lines changed: 75 additions & 75 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

modules/openapi-generator/src/main/resources/r/modelGeneric.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
}
295295
}
296296
FALSE
297-
}
297+
},
298298
299299
#' @description
300300
#' Deserialize JSON string into an instance of {{{classname}}}

samples/client/echo_api/r/R/bird.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Bird <- R6::R6Class(
102102
}
103103
}
104104
FALSE
105-
}
105+
},
106106

107107
#' @description
108108
#' Deserialize JSON string into an instance of Bird

samples/client/echo_api/r/R/category.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Category <- R6::R6Class(
102102
}
103103
}
104104
FALSE
105-
}
105+
},
106106

107107
#' @description
108108
#' Deserialize JSON string into an instance of Category

samples/client/echo_api/r/R/data_query.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ DataQuery <- R6::R6Class(
141141
}
142142
}
143143
FALSE
144-
}
144+
},
145145

146146
#' @description
147147
#' Deserialize JSON string into an instance of DataQuery

samples/client/echo_api/r/R/default_value.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ DefaultValue <- R6::R6Class(
173173
}
174174
}
175175
FALSE
176-
}
176+
},
177177

178178
#' @description
179179
#' Deserialize JSON string into an instance of DefaultValue

samples/client/echo_api/r/R/number_properties_only.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ NumberPropertiesOnly <- R6::R6Class(
112112
}
113113
}
114114
FALSE
115-
}
115+
},
116116

117117
#' @description
118118
#' Deserialize JSON string into an instance of NumberPropertiesOnly

samples/client/echo_api/r/R/pet.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Pet <- R6::R6Class(
153153
}
154154
}
155155
FALSE
156-
}
156+
},
157157

158158
#' @description
159159
#' Deserialize JSON string into an instance of Pet

samples/client/echo_api/r/R/query.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Query <- R6::R6Class(
101101
}
102102
}
103103
FALSE
104-
}
104+
},
105105

106106
#' @description
107107
#' Deserialize JSON string into an instance of Query

samples/client/echo_api/r/R/tag.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Tag <- R6::R6Class(
102102
}
103103
}
104104
FALSE
105-
}
105+
},
106106

107107
#' @description
108108
#' Deserialize JSON string into an instance of Tag

samples/client/echo_api/r/R/test_form_object_multipart_request_marker.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ TestFormObjectMultipartRequestMarker <- R6::R6Class(
8989
}
9090
}
9191
FALSE
92-
}
92+
},
9393

9494
#' @description
9595
#' Deserialize JSON string into an instance of TestFormObjectMultipartRequestMarker

0 commit comments

Comments
 (0)