Remove accidental reformatting

This commit is contained in:
fwcd 2024-08-03 04:44:18 +02:00
parent 412e16471b
commit a0286bba27

View file

@ -29,9 +29,7 @@ public struct StatusesListView<Fetcher>: View where Fetcher: StatusesFetcher {
switch fetcher.statusesState {
case .loading:
ForEach(Status.placeholders()) { status in
StatusRowView(viewModel: .init(status: status,
client: client,
routerPath: routerPath),
StatusRowView(viewModel: .init(status: status, client: client, routerPath: routerPath),
context: .timeline)
.redacted(reason: .placeholder)
.allowsHitTesting(false)