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

Made the variable const #26509

Merged
merged 4 commits into from
Apr 5, 2019

Commits on Mar 9, 2019

  1. Made the variable const

    Variables which are not modified are made const
    Amit Srivastava committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    4fbd19d View commit details
    Browse the repository at this point in the history
  2. Fixed few trival items in the file

    fixed some trival items
    Amit Srivastava committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    f995d4e View commit details
    Browse the repository at this point in the history
  3. Fixed variables to be readonly

    Fixed trival issues
    Amit Srivastava committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    8747cc8 View commit details
    Browse the repository at this point in the history
  4. Made the const reference to the variable

    Created a const reference
    Amit Srivastava committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    1162bb1 View commit details
    Browse the repository at this point in the history