From 3816c0061cba4511d8685e494802fdf3dc8af5d5 Mon Sep 17 00:00:00 2001 From: TanPingZhi Date: Fri, 27 Sep 2024 01:03:36 +0800 Subject: [PATCH] Test a bad checkstyle --- frontend/app/app/questions/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/app/questions/page.tsx b/frontend/app/app/questions/page.tsx index 4000002a69..052aac467f 100644 --- a/frontend/app/app/questions/page.tsx +++ b/frontend/app/app/questions/page.tsx @@ -1,5 +1,5 @@ import QuestionListing from "@/components/questions/questions-listing"; export default function QuestionListingPage() { - return ; + return ;;;;; }