Skip to content

Commit 78586f0

Browse files
committed
Fixed an extra space at the EOL
1 parent f60dae0 commit 78586f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/hardware/automotive/identifymodules.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def run
3333
print_line("Starting scan...")
3434
(datastore['STARTID']..datastore['ENDID']).each do |id|
3535
res = set_dsc(datastore['CANBUS'], id, id + 8, 1)
36-
scanned_ids += 1
36+
scanned_ids += 1
3737
next if res.nil?
3838
next unless res.key? "Packets"
3939
next unless res["Packets"].empty?

0 commit comments

Comments
 (0)