Skip to content

Conversation

@saddlepaddle
Copy link
Collaborator

@saddlepaddle saddlepaddle commented Jan 10, 2026

Description

Remove trailing whitespace from fonts.ts for code hygiene.

Type of Change

  • Other (formatting/cleanup)

Testing

No functional changes; whitespace-only update.


Important

Remove trailing whitespace in fonts.ts for code hygiene.

  • Formatting:
    • Remove trailing whitespace in fonts.ts for code hygiene.

This description was created by Ellipsis for a1be08c. You can customize this summary. It will automatically update as commits are pushed.

Summary by CodeRabbit

  • Style
    • Minor formatting cleanup.

✏️ Tip: You can customize this high-level summary in your review settings.

@supabase
Copy link

supabase bot commented Jan 10, 2026

This pull request has been ignored for the connected project wowaemfasoptxrdjhilu because there are no changes detected in apps/backend/supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@coderabbitai
Copy link

coderabbitai bot commented Jan 10, 2026

📝 Walkthrough

Walkthrough

Removal of a trailing whitespace character from the final line of the fonts configuration file. No functional or logical changes to the code.

Changes

Cohort / File(s) Change Summary
Whitespace Cleanup
apps/web/client/src/app/fonts.ts
Removed trailing space from closing brace on final line

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Poem

A trailing space, so small and sly,
Has hidden there, but now goodbye!
With tidy paws, we clean the slate,
One keystroke less—the code looks great! 🐰✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately describes the main change: removing trailing whitespace from the fonts.ts file.
Description check ✅ Passed The description includes the main sections: Description, Type of Change, and Testing. While Related Issues and Additional Notes sections are missing, the provided information adequately explains the change.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6962f87 and a1be08c.

📒 Files selected for processing (1)
  • apps/web/client/src/app/fonts.ts
🧰 Additional context used
📓 Path-based instructions (4)
apps/web/client/src/**/*.{ts,tsx}

📄 CodeRabbit inference engine (AGENTS.md)

apps/web/client/src/**/*.{ts,tsx}: Use path aliases @/* and ~/* for imports that map to apps/web/client/src/*
Avoid hardcoded user-facing text; use next-intl messages/hooks instead

Use path aliases @/* and ~/* for imports mapping to src/*

Files:

  • apps/web/client/src/app/fonts.ts
**/*.{ts,tsx}

📄 CodeRabbit inference engine (AGENTS.md)

Do not use the any type unless necessary

Files:

  • apps/web/client/src/app/fonts.ts
apps/web/client/src/app/**/*.{ts,tsx}

📄 CodeRabbit inference engine (CLAUDE.md)

Default to Server Components; add 'use client' only when using events, state/effects, browser APIs, or client-only libs

Files:

  • apps/web/client/src/app/fonts.ts
{apps,packages}/**/*.{ts,tsx}

📄 CodeRabbit inference engine (CLAUDE.md)

Avoid using the any type unless absolutely necessary

Files:

  • apps/web/client/src/app/fonts.ts
🧠 Learnings (1)
📚 Learning: 2025-09-14T01:44:21.209Z
Learnt from: CR
Repo: onlook-dev/onlook PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-09-14T01:44:21.209Z
Learning: Applies to apps/web/client/src/**/*.{ts,tsx} : Avoid hardcoded user-facing text; use next-intl messages/hooks instead

Applied to files:

  • apps/web/client/src/app/fonts.ts
🔇 Additional comments (1)
apps/web/client/src/app/fonts.ts (1)

7-7: Approved! Clean whitespace removal.

No functional changes; the trailing whitespace removal maintains the exact same behavior and aligns with code hygiene best practices.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants