Skip to content

Commit

Permalink
The linter of doom!
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Mar 23, 2022
1 parent a6942b2 commit eb2f0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/block-supports/typography.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ function gutenberg_get_typography_font_size_value( $preset ) {

// Font sizes.
// $preset['size'] acts as the minimum size of the font.
$minimum_font_size = gutenberg_get_typography_value_and_unit( $preset['size'] );
$minimum_font_size = gutenberg_get_typography_value_and_unit( $preset['size'] );

// If the minimum fontsize isn't successfully parsed,
// or there's no defined `maxSize` skip the font.
Expand Down

0 comments on commit eb2f0e0

Please sign in to comment.