Skip to content

Commit a01fc30

Browse files
committed
Fixed bracket deleted by mistake.
1 parent b00fbaf commit a01fc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/drupal.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9210,7 +9210,7 @@ snippet hook_language_fallback_candidates_alter
92109210
*$fallback_candidates = array_reverse($fallback_candidates);
92119211
*/
92129212
${1:/* Your code here */}
9213-
9213+
}
92149214
snippet hook_update_N
92159215
/**
92169216
* Implements hook_update_N().

0 commit comments

Comments
 (0)