Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevins committed Apr 21, 2020
1 parent 4e11d7b commit f1e302d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public class CoverBlockProcessor extends BlockProcessor {
/**
* Pattern to match background-image url in cover block html content
*/
private static final Pattern PATTERN_BACKGROUND_IMAGE_URL = Pattern.compile("background-image:\\s*url\\([^\\)]+\\)");
private static final Pattern PATTERN_BACKGROUND_IMAGE_URL = Pattern.compile(
"background-image:\\s*url\\([^\\)]+\\)");

private final MediaUploadCompletionProcessor mMediaUploadCompletionProcessor;

Expand Down

0 comments on commit f1e302d

Please sign in to comment.