Skip to content

Commit 23dff46

Browse files
tijmenbruggemanrkoopmans
authored andcommitted
Format
1 parent bdb9d51 commit 23dff46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/class-tiny-image-size.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function add_tiny_meta_error( $exception ) {
8282
* @return void
8383
*/
8484
public function mark_as_compressed( $include_conversion = false ) {
85-
85+
8686
if ( ! $this->has_been_compressed() ) {
8787
$this->add_tiny_meta_start();
8888
$tiny_image_size_meta = array(
@@ -96,7 +96,7 @@ public function mark_as_compressed( $include_conversion = false ) {
9696
);
9797
$this->add_tiny_meta( $tiny_image_size_meta );
9898
}
99-
99+
100100
if ( ! $this->has_been_converted() && $include_conversion ) {
101101
$this->meta['convert'] = array(
102102
'size' => $this->filesize(),

0 commit comments

Comments
 (0)