From 4549a941992903b7817aab64d7a0b712fc10fbbc Mon Sep 17 00:00:00 2001 From: Henrique Mouta Date: Fri, 25 Oct 2024 14:25:04 +0100 Subject: [PATCH] Remove empty line Co-authored-by: Alex Cicovic <23142906+acicovic@users.noreply.github.com> --- .../editor-sidebar/excerpt-suggestions/component-panel.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content-helper/editor-sidebar/excerpt-suggestions/component-panel.tsx b/src/content-helper/editor-sidebar/excerpt-suggestions/component-panel.tsx index 73bd81c59..9895d6b5b 100644 --- a/src/content-helper/editor-sidebar/excerpt-suggestions/component-panel.tsx +++ b/src/content-helper/editor-sidebar/excerpt-suggestions/component-panel.tsx @@ -79,7 +79,6 @@ const PostExcerptSuggestions = () => { * @since 3.17.0 * * @param {keyof ExcerptSuggestionsSettingsType} key The setting key that changed. - * * @param {string|boolean} value The new value of the setting. */ const onSettingChange = ( key: keyof ExcerptSuggestionsSettingsType, value: string | boolean ) => {