dashy icon indicating copy to clipboard operation
dashy copied to clipboard

🩹 Fix compilation warning on comment

Open RobLoach opened this issue 3 months ago • 1 comments

RobLoach Quick RobLoach /patch-1 → Lissy93/dashy Commits: 1 | Files Changed: 1 | Additions: 0 Label Unchecked Tasks Powered by Pull Request Badge

Category: Bugfix

Overview

Briefly outline your new changes...

Was getting the following error...

71:50 error Expected exception block, space or tab after '//' in comment spaced-comment

Issue Number (if applicable) #00

New Vars (if applicable) None

Screenshot (if applicable) None

Code Quality Checklist (Please complete)

  • [x] All changes are backwards compatible
  • [x] All lint checks and tests are passing
  • [x] There are no (new) build warnings or errors
  • [x] (If a new config option is added) Attribute is outlined in the schema and documented
  • [x] (If a new dependency is added) Package is essential, and has been checked out for security or performance
  • [x] (If significant change) Bumps version in package.json

RobLoach avatar Nov 21 '24 06:11 RobLoach