aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristopher Durham <[email protected]>2018-01-27 23:31:23 +0000
committerChristopher Durham <[email protected]>2018-01-27 23:31:23 +0000
commit4de3c97b2afea55834cd16368f950133459d8c73 (patch)
tree9091b5dc1b116e5cbb47a535ffa922e66776c800 /Cargo.toml
parent357cd3358167daa38f3ff34d225e1501faff6015 (diff)
Enforce rustfmt format
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 802a99b37..e5caa5d12 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,4 +13,4 @@ file = "1.1.1"
13ron = "0.1.5" 13ron = "0.1.5"
14 14
15[dev-dependencies] 15[dev-dependencies]
16testutils = { path = "./tests/testutils" } \ No newline at end of file 16testutils = { path = "./tests/testutils" }