fix: remove trailing whitespace from fonts.ts#3112
Conversation
Remove trailing whitespace for code hygiene. Fixes onlook-dev#3081
|
@guangyang1206 is attempting to deploy a commit to the Onlook Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis pull request removes trailing whitespace from line 7 of ChangesWhitespace Cleanup
🎯 1 (Trivial) | ⏱️ ~1 minute
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed: private package registry requires authentication. Disable ESLint in CodeRabbit settings or use public packages. 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. Comment |
Remove trailing whitespace for code hygiene.
Fixes #3081
Description
Problem
Line 6 of
apps/web/client/src/app/fonts.tshad a trailing whitespace character, which triggers warnings in editors and CI linting tools that flag trailing spaces.Fix
Removed the trailing whitespace on line 6 of
apps/web/client/src/app/fonts.ts.Testing
Fixes #3081
Summary by CodeRabbit