Skip to content

Commit

Permalink
Add new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed May 24, 2024
1 parent 2602b0b commit 4a433bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Asset/Service/CustomSettingsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ public function getCustomSettings(int $id): CustomSettings

return $customSettings;
}
}
}
2 changes: 1 addition & 1 deletion src/Asset/Service/DataService.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ public function getUTF8EncodedData(int $id): string

return $this->textEncoder->encodeUTF8($element);
}
}
}

0 comments on commit 4a433bb

Please sign in to comment.