parent
6c0eb7a57d
commit
3b47837bdb
@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
find . -type f -name '*.rs' -exec rustfmt {} +
|
find src -type f -name '*.rs' -exec rustfmt {} +
|
||||||
|
Loading…
Reference in new issue