lint trailing spaces

This commit is contained in:
Martin Raifer
2024-07-24 15:14:13 +02:00
parent 0920fac796
commit 689d5f70a4

View File

@@ -201,8 +201,8 @@ export function rendererFeatures(context) {
});
defineRule('aerialways', function isAerialways(tags) {
return !!tags?.aerialway &&
tags.aerialway !== 'yes' &&
return !!tags?.aerialway &&
tags.aerialway !== 'yes' &&
tags.aerialway !== 'station';
});