Skip to content

Commit 93be1df

Browse files
committed
Fix formatting
1 parent fa561cf commit 93be1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Exceptionless.Web/ClientApp/src/lib/components/events/summary/EventLogSummary.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
{/if}
2626
</strong>
2727
{/if}
28-
{#if showType || source.data.Source}:&nbsp;{/if}
29-
<a href="/event/{source.id}" class="inline">{source.data.Message}</a>
28+
{#if showType || source.data.Source}:&nbsp;{/if}
29+
<a href="/event/{source.id}" class="inline">{source.data.Message}</a>
3030
</div>

0 commit comments

Comments
 (0)