Remove superfluous utilisation of 'do' forms #8

Merged
seabass merged 1 commits from seabass/matchbot:remove-superfluous-do-forms into master 2022-04-09 22:46:18 +02:00
Owner

Commits

Remove superfluous utilisation of do forms

Since defn evaluates the expressions it its body in the same way as do, this commit removes the superfluous uses of do where it appears directly as a function body.

# Commits ## [Remove superfluous utilisation of `do` forms ](https://git.libregaming.org/seabass/matchbot/commit/b3a41acd515cf29c4eb322dcbb388d81401b5273) Since `defn` evaluates the expressions it its body in the same way as `do`, this commit removes the superfluous uses of `do` where it appears directly as a function body.
seabass added this to the 1.1.0 milestone 2022-04-05 16:33:14 +02:00
seabass added 1 commit 2022-04-05 16:33:14 +02:00
b3a41acd51 Remove superfluous utilisation of 'do' forms
Since defn evaluates the expressions it its body in the same way as do,
this commit removes the superfluous uses of do where it appears directly
as a function body.

Signed-off-by: Sebastian Crane <seabass-labrax@gmx.com>
seabass merged commit 7fc472c269 into master 2022-04-09 22:46:18 +02:00
Sign in to join this conversation.
No reviewers
No Label
security
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: LibreGaming/matchbot#8
No description provided.