Skip to content

Commit a334522

Browse files
[autofix.ci] apply automated fixes
1 parent 81df1b5 commit a334522

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/components/BlueskyComment.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,10 @@ function getHostname(uri: string): string {
201201

202202
<!-- Nested replies -->
203203
<template v-if="comment.replies.length > 0">
204-
<div v-if="depth < MaxDepth" class="mt-3 ps-3 border-is-2 border-border flex flex-col gap-3">
204+
<div
205+
v-if="depth < MaxDepth"
206+
class="mt-3 ps-3 border-is-2 border-border flex flex-col gap-3"
207+
>
205208
<BlueskyComment
206209
v-for="reply in comment.replies"
207210
:key="reply.uri"

0 commit comments

Comments
 (0)