Enforce consistent emtpy lines and trailing whitespaces in Ruby code
diff --git a/lib/rb/script/read_struct.rb b/lib/rb/script/read_struct.rb
index 831fcec..e3c5efe 100644
--- a/lib/rb/script/read_struct.rb
+++ b/lib/rb/script/read_struct.rb
@@ -38,6 +38,6 @@
   puts "Object verified successfully!"
 else
   puts "Object failed verification! Expected #{Fixtures::COMPACT_PROTOCOL_TEST_STRUCT.inspect} but got #{cpts.inspect}"
-  
+
   puts cpts.differences(Fixtures::COMPACT_PROTOCOL_TEST_STRUCT)
 end