Skip to content

Commit

Permalink
remove empty default
Browse files Browse the repository at this point in the history
  • Loading branch information
Casheeew committed Dec 27, 2023
1 parent 4f1299f commit ca0ed12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ext/js/data/json-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -1354,8 +1354,6 @@ class JsonSchemaProxyHandler {
return property;
}
break;
default:
break;
}
return null;
}
Expand Down
2 changes: 0 additions & 2 deletions ext/js/display/display-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,6 @@ export class DisplayGenerator {
}
break;
}
default:
break;
}

return null;
Expand Down

0 comments on commit ca0ed12

Please sign in to comment.