Skip to content

Commit

Permalink
Fix format (#6642)
Browse files Browse the repository at this point in the history
Don't show in changelog
  • Loading branch information
D8H authored Jun 8, 2024
1 parent 012e625 commit a8a8c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newIDE/app/src/EventsSheet/ParameterFields/ObjectField.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const getRequiredBehaviorTypes = (
break;
}
const behaviorType = behaviorParameter.getExtraInfo();
if (behaviorType.length === "") {
if (behaviorType.length === '') {
continue;
}
const behaviorMetadata = gd.MetadataProvider.getBehaviorMetadata(
Expand Down

0 comments on commit a8a8c14

Please sign in to comment.