Skip to content

Commit

Permalink
Fix 1 occurrence of zero-comparison-to-positive?
Browse files Browse the repository at this point in the history
This expression is equivalent to calling the `positive?` predicate.
  • Loading branch information
resyntax-ci[bot] committed Feb 16, 2025
1 parent de72f61 commit 4de283e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drracket/version/tool.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@
(super help-menu:after-about m))
(super-new))))
(thread check-for-updates))
(when (> patchlevel 0) (version:add-spec 'p patchlevel))))
(when (positive? patchlevel) (version:add-spec 'p patchlevel))))

0 comments on commit 4de283e

Please sign in to comment.