Skip to content

Commit 27a7de9

Browse files
committed
Remove extra space.
1 parent 8b00614 commit 27a7de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Blog/Blogging Prompts/BloggingPromptsViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private extension BloggingPromptsViewController {
4242
tableView.register(BloggingPromptTableViewCell.defaultNib,
4343
forCellReuseIdentifier: BloggingPromptTableViewCell.defaultReuseID)
4444

45-
tableView.accessibilityIdentifier = "Blogging Prompts List"
45+
tableView.accessibilityIdentifier = "Blogging Prompts List"
4646
WPStyleGuide.configureAutomaticHeightRows(for: tableView)
4747
WPStyleGuide.configureColors(view: view, tableView: tableView)
4848
}

0 commit comments

Comments
 (0)