mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
lint trailing spaces
This commit is contained in:
@@ -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';
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user