Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Extension / modules / module_handler_test / module_handler_test.module
index 3e0d59c680730dbb31c74b4079181737c63e3944..ea0d93d89b21a6dffbd80e9506de8beb2f80d138 100644 (file)
@@ -14,4 +14,6 @@ function module_handler_test_hook_info() {
   ];
 }
 
-function module_handler_test_hook($arg) { return $arg; }
+function module_handler_test_hook($arg) {
+  return $arg;
+}