Passed
Push — develop ( 3adc5d...1c1535 )
by Andrew
04:53
created
src/fields/OptimizedImages.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
             if (!$asset->propagating) {
208 208
                 // If the scenario is Asset::SCENARIO_FILEOPS treat it as a new asset
209 209
                 $scenario = $asset->getScenario();
210
-                if ($isNew || $scenario === Asset::SCENARIO_FILEOPS ) {
210
+                if ($isNew || $scenario === Asset::SCENARIO_FILEOPS) {
211 211
                     /**
212 212
                      * If this is a newly uploaded/created Asset, we can save the variants
213 213
                      * via a queue job to prevent it from blocking
Please login to merge, or discard this patch.