Skip to content

Commit 7bd6c2b

Browse files
authored
Fixed syntax error after merge failure (#81)
Signed-off-by: Hofi <[email protected]>
2 parents cdb70bf + eca53fa commit 7bd6c2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_plugins/generate_tooltips.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def is_regex_title?(title)
9292
def regex_body(title)
9393
if is_regex_title?(title)
9494
return title[1..title.length-2]
95+
end
9596
return title
9697
end
9798

0 commit comments

Comments
 (0)