Patch is missing newline after trait import
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3301487. --> Reported by: [joachim](https://www.drupal.org/user/107701) >>> <h2>Drupal version</h2> <p>In a patch posted to a module at <a href="https://www.drupal.org/project/entity_ui/issues/3297100:">https://www.drupal.org/project/entity_ui/issues/3297100:</a></p> <pre>+++ b/tests/src/Kernel/AdminUIHandlerTest.php<br>@@ -11,6 +17,7 @@ use Drupal\KernelTests\KernelTestBase;<br> class AdminUIHandlerTest extends KernelTestBase {<br> <br>+&nbsp; use ProphecyTrait;<br>&nbsp;&nbsp; /**<br>&nbsp;&nbsp;&nbsp; * Modules to enable.<br>&nbsp;&nbsp;&nbsp; *</pre><p>There should be a space after the trait import.</p> <h2>Drupal Rector version</h2> <h2>Problem / Motivation</h2>
issue