Skip to content

Commit 2d5275e

Browse files
committed
Indent
1 parent 68beeec commit 2d5275e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docurium.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def update_globals!(data, recs)
435435
# process this type of record
436436
case r[:type]
437437
when :function, :callback
438-
t = r[:type] == :function ? :functions : :callbacks
438+
t = r[:type] == :function ? :functions : :callbacks
439439
data[t][r[:name]] ||= {}
440440
wanted[:functions].each do |k|
441441
next unless r.has_key? k

0 commit comments

Comments
 (0)