- fix lint warning

This commit is contained in:
Giuseppe Nucifora 2017-09-11 23:52:43 +02:00
parent 38c37e33e1
commit 161f537d0e

View File

@ -48,7 +48,7 @@
- (void)prepareForBlurImages
{
CGFloat factor = 0.1;
[_blurImages addObject:self.image];
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^{
CGFloat factor = 0.1;