diff --git a/resources/views/sitemapIndex/sitemap.blade.php b/resources/views/sitemapIndex/sitemap.blade.php
index cfd5093..ad345a4 100644
--- a/resources/views/sitemapIndex/sitemap.blade.php
+++ b/resources/views/sitemapIndex/sitemap.blade.php
@@ -2,7 +2,6 @@
@if (! empty($tag->url))
{{ url($tag->url) }}
@endif
-
@if (! empty($tag->lastModificationDate))
{{ $tag->lastModificationDate->format(DateTime::ATOM) }}
@endif