mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Remove unused variable
This commit is contained in:
parent
101439bbda
commit
39cf7bb2a3
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ module Fog
|
|||
end
|
||||
}
|
||||
header_arr = customheaders.sort()
|
||||
first = true
|
||||
|
||||
header_arr.each { |key,value|
|
||||
# Values are lowercase and whitespace-normalized
|
||||
signstring += key + ":" + value.strip.chomp.squeeze( " " ) + "\n"
|
||||
|
|
Loading…
Reference in a new issue