From 9e1ad7126eb14816cf925800178f652e1c2b6c86 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 14 Nov 2023 14:22:52 +0100 Subject: [PATCH] Trim trailing whitespace --- src/discord.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discord.rs b/src/discord.rs index 6c7ae73..94a2d2d 100644 --- a/src/discord.rs +++ b/src/discord.rs @@ -24,7 +24,7 @@ pub struct Client { } /// discord rpc update function -/// +/// /// doesn't run on the titanfall 2 thread since it needs async pub async fn async_main() { let activity = &PLUGIN.wait().activity;