diff options
author | Calum Lind <calumlind@gmail.com> | 2018-10-08 15:22:49 +0200 |
---|---|---|
committer | Calum Lind <calumlind@gmail.com> | 2018-10-08 15:49:36 +0200 |
commit | 20fa106b8b746662cf1a884f8b2f8521a94efa68 (patch) | |
tree | 79544ea607471590a1451878176124911145d6d8 /packaging | |
parent | [WebUI] Fix browser Flash plugin warning (diff) | |
download | deluge-20fa106b8b746662cf1a884f8b2f8521a94efa68.tar.xz deluge-20fa106b8b746662cf1a884f8b2f8521a94efa68.zip |
Update pre-commit config
The prettier hook was missing a trailing slash so omitting css files.
Add a trailing space fix hook and fix issues.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/osx/gtkrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/osx/gtkrc b/packaging/osx/gtkrc index c9b0a50b3..a77430b68 100644 --- a/packaging/osx/gtkrc +++ b/packaging/osx/gtkrc @@ -7,4 +7,4 @@ style "user-font" { font_name="Arial Unicode MS" } -widget_class "*" style "user-font" +widget_class "*" style "user-font" |