File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -174,11 +174,11 @@ ReflectionObject.prototype.resolve = function resolve() {
174
174
ReflectionObject . prototype . _resolveFeatures = function _resolveFeatures ( ) {
175
175
var defaults = { } ;
176
176
177
- if ( this . root . getOption ( ' syntax' ) === ' proto2' ) {
177
+ if ( this . root . getOption ( " syntax" ) === " proto2" ) {
178
178
defaults = Object . assign ( { } , proto2Defaults ) ;
179
- } else if ( this . root . getOption ( ' syntax' ) === ' proto3' ) {
180
- defaults = Object . assign ( { } , proto3Defaults )
181
- } else if ( this . root . getOption ( ' edition' ) === ' 2023' ) {
179
+ } else if ( this . root . getOption ( " syntax" ) === " proto3" ) {
180
+ defaults = Object . assign ( { } , proto3Defaults ) ;
181
+ } else if ( this . root . getOption ( " edition" ) === " 2023" ) {
182
182
defaults = Object . assign ( { } , editions2023Defaults ) ;
183
183
}
184
184
You can’t perform that action at this time.
0 commit comments