summaryrefslogtreecommitdiffstats
path: root/server/.rustfmt.toml
diff options
context:
space:
mode:
authorFelix <me@nutomic.com>2020-01-15 16:37:25 +0100
committerFelix <me@nutomic.com>2020-01-18 14:23:43 +0100
commit1e60e1e35106157bcf7ca52d25bacf8b6a7e15b0 (patch)
tree8ff5da5f42ae188e3687223b838ac747149b0ead /server/.rustfmt.toml
parent8604c1d257ed68527ce345e6886eabfa929cbc87 (diff)
Implement HTTP API using generics (fixes #380)
Diffstat (limited to 'server/.rustfmt.toml')
-rw-r--r--server/.rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/.rustfmt.toml b/server/.rustfmt.toml
index b1fce9c9..684a7f8a 100644
--- a/server/.rustfmt.toml
+++ b/server/.rustfmt.toml
@@ -1,2 +1,2 @@
tab_spaces = 2
-edition="2018"
+edition="2018" \ No newline at end of file