Skip to content

Commit a2e1fbe

Browse files
author
jvazquez-r7
committed
Make msftidy happy
1 parent f57b2de commit a2e1fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/ie_cbutton_uaf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def load_exploit_html(my_target, cli)
274274
e_div.innerHTML = "";
275275
e_div.appendChild(document.createElement('body'));
276276
277-
CollectGarbage();
277+
CollectGarbage();
278278
279279
p = unescape("#{padding}");
280280
for (i=0; i < 3; i++) {

0 commit comments

Comments
 (0)