Skip to content

Commit 91f9f0b

Browse files
committed
style: fix whitespaces
1 parent 7c3f451 commit 91f9f0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inc/targetchange.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ public function prepareInputForUpdate($input) {
383383
|| !$input['_skip_checks']) {
384384

385385
$input['content'] = Html::entity_decode_deep($input['content']);
386-
386+
387387
if (isset($input['destination_entity'])) {
388388
switch ($input['destination_entity']) {
389389
case self::DESTINATION_ENTITY_SPECIFIC :

tests/suite-uninstall/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function testUninstallPlugin() {
9393
$requestType = new \RequestType();
9494
$requestType->getFromDBByCrit(['name' => 'Formcreator']);
9595
$this->boolean($requestType->isNewItem())->isFalse();
96-
96+
9797
// TODO: need to find a reliable way to detect not clenaed
9898
// - NotificationTemplateTranslation
9999
// - Notification_NotificationTemplate

0 commit comments

Comments
 (0)