From 132564c751c32b76b93b0217855c6501c5ffdc94 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 26 May 2015 15:27:47 +0100 Subject: [PATCH] Issue #2494561 by googletorp: double newline in the end of quickedit.module --- core/modules/quickedit/quickedit.module | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/quickedit/quickedit.module b/core/modules/quickedit/quickedit.module index eb37956e44d2..b68517d55072 100644 --- a/core/modules/quickedit/quickedit.module +++ b/core/modules/quickedit/quickedit.module @@ -144,4 +144,3 @@ function quickedit_preprocess_field(&$variables) { function quickedit_entity_view_alter(&$build, EntityInterface $entity, EntityViewDisplayInterface $display) { $build['#attributes']['data-quickedit-entity-id'] = $entity->getEntityTypeId() . '/' . $entity->id(); } -