Commit 8606bea3 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed JavaScript space-before-function-paren violations.

parent ac616494
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.