mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-07 16:06:05 +02:00
Improve code formatting
This commit is contained in:
@@ -23,7 +23,7 @@ namespace YesNt.CodeEditor
|
||||
{
|
||||
if (File.Exists(path))
|
||||
{
|
||||
Load(path);
|
||||
_ = Load(path);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -131,14 +131,7 @@ namespace YesNt.CodeEditor
|
||||
|
||||
if (CurrentPath.Trim() != path.Trim() && loadIfExists)
|
||||
{
|
||||
if (Load(path))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return Load(path);
|
||||
}
|
||||
if (string.IsNullOrEmpty(Path.GetExtension(path)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user