bram209 / leptosfmt

A formatter for the leptos view! macro
Apache License 2.0
274 stars 30 forks source link

Running clippy and fmt, fixing tests. #47

Closed dessalines closed 1 year ago

dessalines commented 1 year ago

This PR:

bram209 commented 1 year ago

Hi, thank you for taking the time to make a PR!

I have a new laptop and accidentally pushed this commit with some outstanding work to the main branch: https://github.com/bram209/leptosfmt/commit/f7bb662e2b2c8769aa6870935c8e634e5cbb47d3

My fault for not using branch protection I guess. Anyway, with the latest PR #48 , the main branch is now in a good state again (lints, formatting & tests are passing)

dessalines commented 1 year ago

Great, thanks!