Skip to content

Commit 509e734

Browse files
committed
Remove unnecessary blank line in Optml_Url_Replacer class for cleaner code.
1 parent 308c782 commit 509e734

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inc/url_replacer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ private function normalize_image( $url, $original_url, $args, $is_uploaded = fal
229229
$args = apply_filters( 'optml_image_args', $args, $original_url );
230230
$image = Optimole::image( apply_filters( 'optml_processed_url', $url ), self::get_active_cache_booster( $url, $this->active_cache_buster ) );
231231

232-
233232
$image->width( ! empty( $args['width'] ) && is_int( $args['width'] ) ? $args['width'] : 'auto' );
234233
$image->height( ! empty( $args['height'] ) && is_int( $args['height'] ) ? $args['height'] : 'auto' );
235234

0 commit comments

Comments
 (0)