Skip to content

Commit

Permalink
fix make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Jan 7, 2025
1 parent a301dfe commit 69bd765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ check-features: ## Check feature flags for crates

.PHONY: check-fmt
check-fmt: ## Check code formatting
cargo fmt -- --config imports_granularity=Item --check
cargo +nightly fmt -- --check

.PHONY: fmt
fmt: ## Format code
cargo fmt -- --config imports_granularity=Item
cargo +nightly fmt

.PHONY: clippy
clippy: ## Run Clippy linter
Expand Down

0 comments on commit 69bd765

Please sign in to comment.