Skip to content

Commit 40bf541

Browse files
committed
Match indentation
1 parent a3c6db7 commit 40bf541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/xpath_to_css.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def _get_raw_css_from_xpath(xpath):
104104
if match["mvalue"].find(" ") != -1:
105105
match["mvalue"] = "\"%s\"" % match["mvalue"]
106106
attr = '[%s="%s"]' % (match['mattr'].replace("@", ""),
107-
match['mvalue'])
107+
match['mvalue'])
108108
elif match['contained']:
109109
if match['cattr'].startswith("@"):
110110
attr = '[%s*="%s"]' % (match['cattr'].replace("@", ""),

0 commit comments

Comments
 (0)