Skip to content

Commit b6d9172

Browse files
authored
chore(rubocop): remove extra white-space
1 parent af0fe9e commit b6d9172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/payloads/singles/windows/x64/download_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def initialize(info = {})
3737
end
3838

3939
def generate(_opts = {})
40-
url = datastore['URL'] || 'http://localhost/hi.exe'
40+
url = datastore['URL'] || 'http://localhost/hi.exe'
4141
file = datastore['FILEPATH'] || 'fox.exe'
4242
display = datastore['DISPLAY'] || 'HIDE'
4343

0 commit comments

Comments
 (0)