Skip to content

Commit 87ccb97

Browse files
committed
Remove an extra end statement
1 parent 4b79889 commit 87ccb97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/msf/core/post/linux/compile.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ def live_compile?
2525
vprint_good 'clang is installed'
2626
return true
2727
end
28-
end
2928

3029
unless datastore['COMPILE'] == 'Auto'
3130
fail_with Module::Failure::BadConfig, "#{datastore['COMPILER']} is not installed. Set COMPILE False to upload a pre-compiled executable."
3231
end
33-
32+
3433
false
3534
end
3635

0 commit comments

Comments
 (0)