fix indentation

This commit is contained in:
Tyler Young 2020-06-08 07:12:49 -04:00
parent 027c338c5f
commit 3754713f7f
No known key found for this signature in database
GPG Key ID: 3A1E47DCE118B4B6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace Content.Shared.GameObjects.Components.Chemistry
{
public override uint NetID => ContentNetIDs.SOLUTION;
public SolutionComponentState() { }
public SolutionComponentState() { }
}
/// <inheritdoc />