aboutsummaryrefslogtreecommitdiff
path: root/src/modules/interests.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-17 23:17:50 -0700
committerFuwn <[email protected]>2023-04-17 23:17:50 -0700
commit55167fafb1cd292fe3c42e5c4066a474d05be1f3 (patch)
tree50a28cf249b0e59949899c53e54b3b3cdf4ca452 /src/modules/interests.rs
parentchore(amenadiel): remove unused feature flag (diff)
downloadlocus-55167fafb1cd292fe3c42e5c4066a474d05be1f3.tar.xz
locus-55167fafb1cd292fe3c42e5c4066a474d05be1f3.zip
style: rewrite formatter
Diffstat (limited to 'src/modules/interests.rs')
-rw-r--r--src/modules/interests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/interests.rs b/src/modules/interests.rs
index 90d96eb..3a797a6 100644
--- a/src/modules/interests.rs
+++ b/src/modules/interests.rs
@@ -57,7 +57,7 @@ pub fn module(router: &mut windmark::Router) {
and I am considering using more in the future.\n\n{}",
contacts.join("\n")
),
- &context
+ &context,
)
},
);