Skip to content

Commit 7855dc6

Browse files
committed
style
1 parent 85a305e commit 7855dc6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/rdoc/parser/ruby.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,9 +1498,10 @@ def parse_symbol_in_arg
14981498
##
14991499
# Parses statements in the top-level +container+
15001500

1501-
def parse_top_level_statements(container)
1501+
def parse_top_level_statements container
15021502
comment = collect_first_comment
1503-
look_for_directives_in(container, comment)
1503+
look_for_directives_in container, comment
1504+
15041505
# HACK move if to RDoc::Context#comment=
15051506
container.comment = comment if container.document_self unless comment.empty?
15061507
parse_statements container, NORMAL, nil, comment

0 commit comments

Comments
 (0)