Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

benchmark: use consistent coding style in assert/* #25865

Closed
wants to merge 1 commit into from

Commits on Feb 1, 2019

  1. benchmark: use consistent coding style in assert/*

    Files in benchmark/assert/* were sometimes using trailing commas for
    multi-line objects and sometimes not, mixing the approaches in the same
    file sometimes. Standardize these files to always use trailing commas in
    multi-line objects.
    
    Additionally, remove some unnecessary line-wrapping (so that there are
    fewer multi-line objects).
    Trott committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    fc61a53 View commit details
    Browse the repository at this point in the history