From f90aeec7c63b314d7f1040d52116724b65d2c485 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Sat, 20 Mar 2010 10:04:32 -0400 Subject: [PATCH] Minor formatting cleanup. --- lib/net/ber/core_ext/string.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/net/ber/core_ext/string.rb b/lib/net/ber/core_ext/string.rb index 0598c24..c0c42c5 100644 --- a/lib/net/ber/core_ext/string.rb +++ b/lib/net/ber/core_ext/string.rb @@ -34,8 +34,7 @@ module Net::BER::Extensions::String ## # Destructively reads a BER object from the string. - # - def read_ber!(syntax=nil) + def read_ber!(syntax = nil) io = StringIO.new(self) result = io.read_ber(syntax)