From c0c02611434e126d4fa2bc7db374b474fde7ef73 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 22 Mar 2023 16:02:25 -0700 Subject: style(stocks): rustfmt --- src/modules/stocks.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules') diff --git a/src/modules/stocks.rs b/src/modules/stocks.rs index 51fcc48..33beeb8 100644 --- a/src/modules/stocks.rs +++ b/src/modules/stocks.rs @@ -113,8 +113,8 @@ pub fn module(router: &mut windmark::Router) { format!( "# Referrals\n\n=> /stocks Dashboard\n=> /cryptocurrency \ Cryptocurrency Dashboard\n=> /stocks/telegram Telegram Groups\n=> \ - /stocks/search Search\n\nWant to start investing? \ - Support me by using one of my referral links!\n\n{}", + /stocks/search Search\n\nWant to start investing? Support me by \ + using one of my referral links!\n\n{}", REFERRALS .iter() .map(|r| { @@ -158,8 +158,8 @@ pub fn module(router: &mut windmark::Router) { let mut response = format!( "# {}\n\n=> /stocks Dashboard\n=> /cryptocurrency Cryptocurrency \ - Dashboard\n=> /stocks/telegram Telegram Groups\n=> \ - /stocks/search Search", + Dashboard\n=> /stocks/telegram Telegram Groups\n=> /stocks/search \ + Search", symbol ); -- cgit v1.2.3