Skip to content

Commit

Permalink
addressed the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargis Sultani committed Sep 12, 2023
1 parent 073db36 commit 1d61e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validator/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
name="Just a Warning"
)
error_check_implied = SBLCheck(lambda: True name="Error Check")
error_check_implied = SBLCheck(lambda: True, name="Error Check")
error_check_explicit = SBLCheck(
lambda: True,
Expand Down

0 comments on commit 1d61e97

Please sign in to comment.