Skip to content

Commit

Permalink
docs: removes unnecessary else block from snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Sep 11, 2024
1 parent d5508fc commit 0b58248
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/WorkflowGuidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,7 @@
{
return 0;
}
else
{
return 1;
}
return 1;
```

Improved code:
Expand Down

0 comments on commit 0b58248

Please sign in to comment.