@@ -207,7 +207,7 @@ |
||
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 |