Add newline for DSTool info output

This commit is contained in:
Matt Nadareski
2025-02-19 21:15:58 -05:00
parent ab4f076846
commit 50034975c3

View File

@@ -615,6 +615,7 @@ namespace NDecrypt.Core
sb.Append("Encrypted");
// Return the status for the secure area
sb.Append(Environment.NewLine);
return sb.ToString();
}
catch (Exception ex)