Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Remove espaço em branco no fim da linha (trailing whitespace)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbertoche committed Aug 29, 2024
1 parent 3037775 commit 9595ade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ private void OnToggleEmergencyMaintMessage(EntityUid uid, CommunicationsConsoleC
var query = EntityQueryEnumerator<DoorComponent>();
while (query.MoveNext(out var doorUid, out var component))
{
if (!TryGetNetEntity(doorUid, out var netEntity)
if (!TryGetNetEntity(doorUid, out var netEntity)
|| !TryGetEntityData(netEntity.Value, out var entityUid, out var entityData)
|| !_maintDoorPrototypeList.Contains(entityData.EntityPrototype!.ID)
|| !TryComp<AirlockComponent>(doorUid, out var airlock))
Expand Down

0 comments on commit 9595ade

Please sign in to comment.