mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Fix white-space error in 8b5bcf05d7
The workflow was run before the addition of white-space error check, so the trailing white-space made it in. This commit unblocks the CI. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
parent
8b5bcf05d7
commit
0f39dcf2c3
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
</Health>
|
||||
<Identity>
|
||||
<GenericName>Fire Ship</GenericName>
|
||||
<Tooltip>Counters: 3× vs Ships and Buildings. Cannot be garrisoned, and, after ignition, cannot be repaired. Strong against Ram Ships.</Tooltip>
|
||||
<Tooltip>Counters: 3× vs Ships and Buildings. Cannot be garrisoned, and, after ignition, cannot be repaired. Strong against Ram Ships.</Tooltip>
|
||||
<VisibleClasses datatype="tokens">Warship Fireship Melee</VisibleClasses>
|
||||
<Requirements>
|
||||
<Techs datatype="tokens">
|
||||
|
|
|
|||
Loading…
Reference in a new issue