Skip to content

Commit

Permalink
Merge pull request #34 from endvvell/fix-pre-expr-syntax
Browse files Browse the repository at this point in the history
Fix pre-expr syntax
  • Loading branch information
ikitommi authored Jan 1, 2025
2 parents 70944e9 + 5a7dd8e commit b7169cc
Show file tree
Hide file tree
Showing 6 changed files with 510 additions and 147 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please file bug reports and feature requests to https://github.com/metosin/ring-

* Fork the repository on Github
* Create a topic branch from where you want to base your work (usually the master branch)
* Check the formatting rules from existing code (no trailing whitepace, mostly default indentation)
* Check the formatting rules from existing code (no trailing whitespace, mostly default indentation)
* Ensure any new code is well-tested, and if possible, any issue fixed is covered by one or more new tests
* Verify that all tests pass using ```lein all```
* Push your code to your fork of the repository
Expand Down
Loading

0 comments on commit b7169cc

Please sign in to comment.