From: martinahansen Date: Tue, 7 Feb 2012 13:38:44 +0000 (+0000) Subject: fixed indentation in biopieces.rb X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8ad0729fbb060b917c675f1d8266fa49f6a58682;p=biopieces.git fixed indentation in biopieces.rb git-svn-id: http://biopieces.googlecode.com/svn/trunk@1747 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/code_ruby/lib/maasha/biopieces.rb b/code_ruby/lib/maasha/biopieces.rb index ee71309..a2cb85d 100644 --- a/code_ruby/lib/maasha/biopieces.rb +++ b/code_ruby/lib/maasha/biopieces.rb @@ -159,9 +159,9 @@ class Biopieces ios = File.open(input, mode='r') begin - ios = Zlib::GzipReader.new(ios) + ios = Zlib::GzipReader.new(ios) rescue - ios.rewind + ios.rewind end input = self.new(ios)