mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Add newline to end of files without one
This commit is contained in:
parent
f57a763524
commit
f8082e4814
@ -53,4 +53,5 @@ class HeaderField extends DatalessField {
|
|||||||
function Type() {
|
function Type() {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
@ -51,4 +51,5 @@ class TextField extends FormField {
|
|||||||
if(!$this->value) $this->value = $this->Title();
|
if(!$this->value) $this->value = $this->Title();
|
||||||
return $this->Field();
|
return $this->Field();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
1
thirdparty/simpletest/tag.php
vendored
1
thirdparty/simpletest/tag.php
vendored
@ -1415,4 +1415,3 @@ class SimpleFrameTag extends SimpleTag {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user