Removed trailing newlines

This commit is contained in:
rr- 2015-06-28 10:10:07 +02:00
parent 2702518e31
commit edee487ff9
4 changed files with 0 additions and 4 deletions

View file

@ -41,4 +41,3 @@ class TagEditFormData implements IValidatable
$validator->validatePostTags($this->suggestions); $validator->validatePostTags($this->suggestions);
} }
} }

View file

@ -39,4 +39,3 @@ class UploadFormData implements IValidatable
$validator->validatePostSource($this->source); $validator->validatePostSource($this->source);
} }
} }

View file

@ -61,4 +61,3 @@ class TagHistoryService
$this->historyService->saveSnapshot($this->tagSnapshotProvider->getDeleteSnapshot($tag)); $this->historyService->saveSnapshot($this->tagSnapshotProvider->getDeleteSnapshot($tag));
} }
} }

View file

@ -55,4 +55,3 @@ class Upgrade16 implements IUpgrade
END'); END');
} }
} }