From a81dc6d680bfbbd729e3e35a02c7a17bc9e54027 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 16 Nov 2023 09:36:00 -0500 Subject: [PATCH] Rename Writer to Formatter --- Writer.cs => Formatter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Writer.cs => Formatter.cs (99%) diff --git a/Writer.cs b/Formatter.cs similarity index 99% rename from Writer.cs rename to Formatter.cs index b0ab17d..c3d9257 100644 --- a/Writer.cs +++ b/Formatter.cs @@ -6,7 +6,7 @@ using SabreTools.RedumpLib.Data; namespace SabreTools.RedumpLib { - public static class Writer + public static class Formatter { /// /// Format the output data in a human readable way, separating each printed line into a new item in the list