Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Cicovic <[email protected]>
  • Loading branch information
vaurdan and acicovic authored Oct 25, 2024
1 parent 9a02115 commit 4549a94
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) => {
Expand Down

0 comments on commit 4549a94

Please sign in to comment.