Fix formatting IDE0055 warnings in VS Code (#33669)
This commit is contained in:
@@ -34,5 +34,5 @@ public sealed class SelfBeforeHyposprayInjectsEvent : BeforeHyposprayInjectsTarg
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public sealed class TargetBeforeHyposprayInjectsEvent : BeforeHyposprayInjectsTargetEvent
|
public sealed class TargetBeforeHyposprayInjectsEvent : BeforeHyposprayInjectsTargetEvent
|
||||||
{
|
{
|
||||||
public TargetBeforeHyposprayInjectsEvent (EntityUid user, EntityUid hypospray, EntityUid target) : base(user, hypospray, target) { }
|
public TargetBeforeHyposprayInjectsEvent(EntityUid user, EntityUid hypospray, EntityUid target) : base(user, hypospray, target) { }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user