From 859ad45a84ff6b4bc4da7142e608179d517fbb04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20G=C3=A5rdenberg?= Date: Mon, 18 Dec 2023 08:00:24 +0100 Subject: [PATCH] chore: Format the code better --- CFLookup/Pages/FileProcessingInfo.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CFLookup/Pages/FileProcessingInfo.cshtml b/CFLookup/Pages/FileProcessingInfo.cshtml index 296433d..80d4a8e 100644 --- a/CFLookup/Pages/FileProcessingInfo.cshtml +++ b/CFLookup/Pages/FileProcessingInfo.cshtml @@ -21,7 +21,7 @@ @row.Game.Name @row.Mod.Name @row.File.FileName - @row.SinceLatestUpdate.ToHumanReadableFormat() + @row.SinceLatestUpdate.ToHumanReadableFormat() }