mirror of
https://github.com/wez/wezterm.git
synced 2024-11-25 21:07:39 +03:00
6 lines
39 B
Makefile
6 lines
39 B
Makefile
|
.PHONY: fmt
|
||
|
|
||
|
fmt:
|
||
|
cargo +nightly fmt
|
||
|
|