From bfc30da46c1abf6bd6daf82c335a38b5b538f4cb Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sun, 2 Mar 2025 15:05:56 -0600 Subject: [PATCH] Format --- src/components/Post/Embed/PostPlaceholder.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Post/Embed/PostPlaceholder.tsx b/src/components/Post/Embed/PostPlaceholder.tsx index daf2a53623..8402340269 100644 --- a/src/components/Post/Embed/PostPlaceholder.tsx +++ b/src/components/Post/Embed/PostPlaceholder.tsx @@ -1,4 +1,4 @@ -import {StyleSheet,View} from 'react-native' +import {StyleSheet, View} from 'react-native' import {usePalette} from '#/lib/hooks/usePalette' import {InfoCircleIcon} from '#/lib/icons'