Skip to content
Snippets Groups Projects
Commit 1f7c7b75 authored by dymanoid's avatar dymanoid
Browse files

Improve code style

parent c65c9302
No related merge requests found
......@@ -51,15 +51,9 @@ namespace RealTime.Core
{
}
public string GetName()
{
return nameof(BenchmarkSimulationManager);
}
public string GetName() => nameof(BenchmarkSimulationManager);
public ThreadProfiler GetSimulationProfiler()
{
return null;
}
public ThreadProfiler GetSimulationProfiler() => null;
public void LateUpdateData(SimulationManager.UpdateMode mode)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment