mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -58,7 +58,7 @@ def get_retried x
|
||||
print x
|
||||
if x < 1
|
||||
begin
|
||||
x += 1 #$ OK - the block may be executed again
|
||||
x += 1 # OK - the block may be executed again
|
||||
raise StandardError
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user