Skip to content

Commit

Permalink
style: fix newlines at the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed May 15, 2024
1 parent 070143c commit 6af9e3c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then
fi

watch_file rust-toolchain.toml
use flake
use flake
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ target/
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

.direnv
# reproducible local environment
.direnv
2 changes: 1 addition & 1 deletion .taplo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude = [".direnv/*"]
include = ["**/*.toml"]

[[rule]]
include = ["**/*.toml"]

[rule.formatting]
column_width = 150
Expand Down
5 changes: 3 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ alias t := testnet

lint:
taplo lint && taplo fmt --check

build: lint
cargo build

release: lint
cargo build --release

testnet: release
zombienet -p native spawn scripts/local-testnet.toml
zombienet -p native spawn scripts/local-testnet.toml

0 comments on commit 6af9e3c

Please sign in to comment.