fixed indentation

This commit is contained in:
Tobias Oetiker 2016-04-29 14:15:01 +02:00
parent 0547a01912
commit 88509291d3
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ class EditableFormField extends DataObject {
);
private static $defaults = array(
'ShowOnLoad' => true,
);
'ShowOnLoad' => true,
);
/**