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

refactor(root_config): remove redundant nil check in Init #2412

Merged
merged 1 commit into from
Sep 4, 2023
Merged

refactor(root_config): remove redundant nil check in Init #2412

merged 1 commit into from
Sep 4, 2023

Commits on Sep 1, 2023

  1. refactor(root_config): remove redundant nil check in Init

    From the Go specification:
    
      "3. If the map is nil, the number of iterations is 0." [1]
    
    Therefore, an additional nil check for before the loop is unnecessary.
    
    [1]: https://go.dev/ref/spec#For_range
    
    Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
    Juneezee committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ce305a9 View commit details
    Browse the repository at this point in the history