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() {
174174ReflectionObject . prototype . _resolveFeatures = function _resolveFeatures ( ) {
175175 var defaults = { } ;
176176
177- if ( this . root . getOption ( ' syntax' ) === ' proto2' ) {
177+ if ( this . root . getOption ( " syntax" ) === " proto2" ) {
178178 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" ) {
182182 defaults = Object . assign ( { } , editions2023Defaults ) ;
183183 }
184184
You can’t perform that action at this time.
0 commit comments