twlz0ne / homebrew-ccls

Homebrew formula to install [ccls](https://github.com/MaskRay/ccls)
17 stars 7 forks source link

ccls: Fix style error #12

Closed MindTooth closed 5 years ago

MindTooth commented 5 years ago

Fixes the following:

➜ brew audit --strict Formula/ccls.rb
twlz0ne/ccls/ccls:
  * C: 6: col 9: Align the elements of a hash literal if they span more than one line.
  * C: 10: col 9: Align the elements of a hash literal if they span more than one line.
Error: 2 problems in 1 formula detected

Solved with brew style --fix ccls.

twlz0ne commented 5 years ago

Thanks!