Fix indentation.

This commit is contained in:
marco
2015-08-13 18:05:26 +02:00
parent 781e016be5
commit ed27b5716b

View File

@ -19,7 +19,5 @@ class Setting extends Model {
"isString" => "value_is_not_string",
"minLength|2" => "value_is_short"
));
}
}