Skip to content
Snippets Groups Projects
Commit fa1ea2a9 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2028599 by maximpodorov, andypost: Remove extra spaces in field.install

parent f083e0f7
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ function field_schema() {
'not null' => TRUE,
'default' => ''
),
'entity_type' => array(
'entity_type' => array(
'type' => 'varchar',
'length' => 32,
'not null' => TRUE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment