Skip to content

Commit 18f4df0

Browse files
committed
Fix weird indent prob
1 parent a90ed82 commit 18f4df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/mysql/mysql_mof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def peer
6969
end
7070

7171
def query(q)
72-
rows = []
72+
rows = []
7373

7474
begin
7575
res = mysql_query(q)

0 commit comments

Comments
 (0)