From be3300b030f2f4e50655c5685a255582ba0b530d Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 8 Jun 2021 21:16:15 +0800 Subject: chore: Migrate to new prettier version. --- FrontEnd/src/app/views/search/index.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'FrontEnd/src/app/views/search/index.tsx') diff --git a/FrontEnd/src/app/views/search/index.tsx b/FrontEnd/src/app/views/search/index.tsx index ddb68f87..966ca666 100644 --- a/FrontEnd/src/app/views/search/index.tsx +++ b/FrontEnd/src/app/views/search/index.tsx @@ -49,10 +49,9 @@ const SearchPage: React.FC = () => { const queryParam = searchParams.get("q"); const [searchText, setSearchText] = React.useState(""); - const [state, setState] = - React.useState< - HttpTimelineInfo[] | "init" | "loading" | "network-error" | "error" - >("init"); + const [state, setState] = React.useState< + HttpTimelineInfo[] | "init" | "loading" | "network-error" | "error" + >("init"); const [forceResearchKey, setForceResearchKey] = React.useState(0); -- cgit v1.2.3