From: Matthias Schmidt Date: Sun, 13 Jan 2019 10:01:34 +0000 (+0100) Subject: Add missing newline at end of file X-Git-Tag: 5.2.0_Alpha_1~365^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0e1aa2df7b063ad80e2767b5f24b50da21867697;p=GitHub%2FWoltLab%2FWCF.git Add missing newline at end of file See #2509 See aa6f853584182980c1c7d12891b689317e458b8b --- diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TImmutableFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TImmutableFormField.class.php index e93c5d279c..8cfa2098f0 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TImmutableFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TImmutableFormField.class.php @@ -38,4 +38,4 @@ trait TImmutableFormField { public function isImmutable() { return $this->__immutable; } -} \ No newline at end of file +}