Skip to content

Commit c4a2e3c

Browse files
Improve code formatting of .install file for entity_embed_wysiwyg
1 parent 0959d76 commit c4a2e3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entity_embed_wysiwyg/entity_embed_wysiwyg.install

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
*/
66

77
/**
8-
* Impliments hook_uninstall()
8+
* Impliments hook_uninstall().
99
*/
1010
function entity_embed_wysiwyg_uninstall() {
1111

1212
// Create an array of variables that should be deleted.
1313
$variables = array(
14-
'entity_embed_wysiwyg_view'
14+
'entity_embed_wysiwyg_view',
1515
);
1616

1717
// Loop through variables and delete each one.

0 commit comments

Comments
 (0)