Skip to content

Commit 7485cf7

Browse files
committed
Remove unnecessary spaces
1 parent b4cfe93 commit 7485cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/gather/dbvis_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def parse_new_config_file(raw_xml)
161161

162162
# get the type
163163
if line =~ /<Type>([\S+\s+]+)<\/Type>/i
164-
db[:Type] = $1
164+
db[:Type] = $1
165165
end
166166

167167
# get the user

0 commit comments

Comments
 (0)