Skip to content

Commit b94a1eb

Browse files
committed
fix(main): remove unnecessary comment and newline at end of file
- Eliminated the comment about triggering GitHub status. - Corrected the file formatting by removing a trailing newline. - Ensured compliance with linting standards for cleaner code. - Improved overall code readability and maintainability.
1 parent 43358c7 commit b94a1eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/main.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ createRoot(document.getElementById('root')!).render(
1111
<App />
1212
</Provider>
1313
</StrictMode>,
14-
)
15-
// Updated to trigger GitHub status
14+
)

0 commit comments

Comments
 (0)