Skip to content

Commit 14d854d

Browse files
committed
2024-08-30 v. 6.5.9.1: updated LCSC support
1 parent 8348a82 commit 14d854d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lcsp/counter.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ def count
2222

2323
private
2424

25-
def find_for_dir(dir) = ::Find.find(dir).count { |file| ::File.file?(file) }
25+
def find_for_dir(dir)
26+
::Find.find(dir).count { |file| ::File.file?(file) }
27+
end
2628
end
2729
end

0 commit comments

Comments
 (0)