Code style fix
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
using Dalamud.Utility;
|
using Dalamud.Utility;
|
||||||
|
|
||||||
namespace CustomizePlus.Core.Extensions
|
namespace CustomizePlus.Core.Extensions;
|
||||||
|
|
||||||
|
internal static class StringExtensions
|
||||||
{
|
{
|
||||||
internal static class StringExtensions
|
|
||||||
{
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Incognify string. Usually used for logging character names and stuff. Does nothing in debug build.
|
/// Incognify string. Usually used for logging character names and stuff. Does nothing in debug build.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -28,5 +28,4 @@ namespace CustomizePlus.Core.Extensions
|
|||||||
|
|
||||||
return $"{str[..5]}...";
|
return $"{str[..5]}...";
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user