Skip to content

Commit f90aeec

Browse files
author
Austin Ziegler
committed
Minor formatting cleanup.
1 parent ddb15ca commit f90aeec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/net/ber/core_ext/string.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ def read_ber(syntax = nil)
3434

3535
##
3636
# Destructively reads a BER object from the string.
37-
#
38-
def read_ber!(syntax=nil)
37+
def read_ber!(syntax = nil)
3938
io = StringIO.new(self)
4039

4140
result = io.read_ber(syntax)

0 commit comments

Comments
 (0)