From 1deccfd477d5eb22850f30864383cf45132e90b8 Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Wed, 11 Oct 2017 10:40:10 +0200 Subject: [PATCH] Remove space --- lib/common/common_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index 96c8dcce..47f071c3 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -1,4 +1,4 @@ - # encoding: UTF-8 +# encoding: UTF-8 LIB_DIR = File.expand_path(File.join(__dir__, '..')) ROOT_DIR = File.expand_path(File.join(LIB_DIR, '..')) # expand_path is used to get "wpscan/" instead of "wpscan/lib/../"