Skip to content

Commit c841864

Browse files
committed
Small nitpicks
1 parent 9f91ce9 commit c841864

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Tools/ConversionTool.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public ConversionResponse Convert(ConversionRequest request)
3737

3838
var lua = _plugin.sdk.lua;
3939
string luaFunction = GetLuaFunction(request.ConversionType);
40-
40+
4141
if (string.IsNullOrEmpty(luaFunction))
4242
{
4343
return new ConversionResponse
@@ -108,7 +108,7 @@ public ConversionResponse Convert(ConversionRequest request)
108108
}
109109
}
110110

111-
private string GetLuaFunction(string conversionType)
111+
private static string GetLuaFunction(string conversionType)
112112
{
113113
return conversionType.ToLower() switch
114114
{

mcp-client/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Cheat Engine MCP Client
2+
3+
This project uses UV package manager: https://github.com/astral-sh/uv

0 commit comments

Comments
 (0)