Fix formatting IDE0055 warnings in VS Code (#33669)

This commit is contained in:
Nikolai Korolev
2024-12-01 01:51:26 +00:00
committed by GitHub
parent 3984f0aa0a
commit 2d405c9652
3 changed files with 9 additions and 9 deletions

View File

@@ -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) { }
} }