From b98ad476181da601af687aebb13ca65169949aad Mon Sep 17 00:00:00 2001 From: Redblueflame Date: Mon, 29 Mar 2021 07:30:56 +0200 Subject: [PATCH] Fixed spacing (#181) Co-authored-by: 0SoggyMustache0 Co-authored-by: 0SoggyMustache0 Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com> --- src/routes/index.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/index.rs b/src/routes/index.rs index e51423ac2..c55e34ccb 100644 --- a/src/routes/index.rs +++ b/src/routes/index.rs @@ -7,8 +7,8 @@ pub async fn index_get() -> HttpResponse { "name": "modrinth-labrinth", "version": env!("CARGO_PKG_VERSION"), "documentation": "https://modrinth.com/documentation", - "about": "Welcome traveler !" + "about": "Welcome traveler!" }); HttpResponse::Ok().json(data) -} +} \ No newline at end of file