Skip to content

Commit

Permalink
Test a bad checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
TanPingZhi committed Sep 26, 2024
1 parent 28afbde commit 3816c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/app/questions/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import QuestionListing from "@/components/questions/questions-listing";

export default function QuestionListingPage() {
return <QuestionListing />;
return <QuestionListing />;;;;;
}

0 comments on commit 3816c00

Please sign in to comment.