Removed trailing newlines
This commit is contained in:
parent
2702518e31
commit
edee487ff9
4 changed files with 0 additions and 4 deletions
|
@ -41,4 +41,3 @@ class TagEditFormData implements IValidatable
|
||||||
$validator->validatePostTags($this->suggestions);
|
$validator->validatePostTags($this->suggestions);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -39,4 +39,3 @@ class UploadFormData implements IValidatable
|
||||||
$validator->validatePostSource($this->source);
|
$validator->validatePostSource($this->source);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -61,4 +61,3 @@ class TagHistoryService
|
||||||
$this->historyService->saveSnapshot($this->tagSnapshotProvider->getDeleteSnapshot($tag));
|
$this->historyService->saveSnapshot($this->tagSnapshotProvider->getDeleteSnapshot($tag));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -55,4 +55,3 @@ class Upgrade16 implements IUpgrade
|
||||||
END');
|
END');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue