Skip to content

Commit

Permalink
chore: Revert unintended change.
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko committed Nov 12, 2024
1 parent fdf2538 commit d23f616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/renderers/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ export class ConstantProvider {
*/
protected validatedBlockStyle_(blockStyle: Partial<BlockStyle>): BlockStyle {
// Make a new object with all of the same properties.
const valid: BlockStyle = {} as BlockStyle;
const valid = {} as BlockStyle;
if (blockStyle) {
Object.assign(valid, blockStyle);
}
Expand Down

0 comments on commit d23f616

Please sign in to comment.