Skip to content

Commit 1b0c3e8

Browse files
committed
style: Fix lint warnings
1 parent 6b230ea commit 1b0c3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Comments/Controllers/Editor/CommentGutenbergEditorViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ extension CommentGutenbergEditorViewController: GutenbergKit.EditorViewControlle
9191
func editor(_ viewController: GutenbergKit.EditorViewController, didRequestMediaFromSiteMediaLibrary config: GutenbergKit.OpenMediaLibraryAction) {
9292
// Do nothing
9393
}
94-
94+
9595
func editor(_ viewController: GutenbergKit.EditorViewController, didTriggerAutocompleter type: String) {
9696
// Do nothing
9797
}

0 commit comments

Comments
 (0)