when i put this asynchronous adsense code in quickadsense
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:600px"
data-ad-client="ca-pub-6854259879671533"
data-ad-slot="1804145128"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Its automatically changes to this code
<ins class="adsbygoogle"<br/>
style="display:inline-block;width:300px;height:600px"<br/>
data-ad-client="ca-pub-6854259879671533"<br/>
data-ad-slot="1804145128"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
causing error and not showing ads.