Comment 14 for bug 1554824

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/346241
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=7cbd3b7019ad14a04b59efc360579fa386419162
Submitter: Jenkins
Branch: master

commit 7cbd3b7019ad14a04b59efc360579fa386419162
Author: woodm1979 <email address hidden>
Date: Fri Jul 22 15:22:22 2016 -0600

    No more space-in-parens eslint errors

    Running eslint is effectively useless nowdays because of the
    overwhelming number of warnings returned.

    This patch fixes the existing "space-in-parens" errors.

    I've decided to only fix those errors here to keep the patch small, and
    not destroy any chance of success by needing to rebase every 5 minutes.
    Other fixes will be incoming.

    Change-Id: Ie9292da293eea6a93751e6c17d24068b66c5d62a
    Partial-Bug: #1554824