Skip to content

Commit

Permalink
add trailing newline in justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll committed Sep 17, 2023
1 parent a5bc0b8 commit 2720598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,4 @@ init: init-cargo-workspaces init-audit init-bind9

# Run the server with example config, for manual testing purposes
run-example:
@cargo run --bin trust-dns -- -d -c {{TEST_DATA}}/test_configs/example.toml -z {{TEST_DATA}}/test_configs -p 2053
@cargo run --bin trust-dns -- -d -c {{TEST_DATA}}/test_configs/example.toml -z {{TEST_DATA}}/test_configs -p 2053

0 comments on commit 2720598

Please sign in to comment.