1
0
mirror of https://github.com/django/django.git synced 2025-05-08 16:06:28 +00:00

Fixed JavaScript space-before-function-paren violations.

This commit is contained in:
Tim Graham 2015-07-17 08:47:28 -04:00
parent ac6164948e
commit 8606bea3bc
4 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@
"always"
],
"space-before-blocks": [2, "always"],
"space-before-function-paren": [1, {"anonymous": "always", "named": "never"}],
"space-before-function-paren": [2, {"anonymous": "never", "named": "never"}],
"space-infix-ops": [
1,
{"int32Hint": false}