From 009f7f2664649b9fb801e267b9842994bcb5642b Mon Sep 17 00:00:00 2001 From: Alex Hennings Date: Thu, 9 Jul 2020 11:08:15 -0400 Subject: [PATCH] Fixing whitespace. --- modules/ui/feature_list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui/feature_list.js b/modules/ui/feature_list.js index bef2c454c..f6979e815 100644 --- a/modules/ui/feature_list.js +++ b/modules/ui/feature_list.js @@ -125,8 +125,8 @@ export function uiFeatureList(context) { var idMatch = q.match(/^(.*[^\w])?(node|n|way|w|relation|r)[^\w]?([0-9]+)([^\w].*)?$/i); if (idMatch) { - var elemType = idMatch[2][0]; - var elemId = idMatch[3]; + var elemType = idMatch[2][0]; + var elemId = idMatch[3]; result.push({ id: elemType + elemId, geometry: elemType === 'n' ? 'point' : elemType === 'w' ? 'line' : 'relation',