| commit | f5c80a41d57f46283ee858f445f2e0a84b62f1dd | [log] [tgz] |
|---|---|---|
| author | Dmytro Shteflyuk <kpumuk@kpumuk.info> | Sun Mar 08 19:09:43 2026 -0400 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Wed Mar 11 22:21:53 2026 +0100 |
| tree | f9efe38b47ee8cd9ec430ca6c00d4e457193e585 | |
| parent | df22bb1b1b193c2d9e1ebc2e614b22830dbb7abc [diff] [blame] |
Enforce consistent emtpy lines and trailing whitespaces in Ruby code
diff --git a/lib/rb/script/write_struct.rb b/lib/rb/script/write_struct.rb index da14219..fa03639 100644 --- a/lib/rb/script/write_struct.rb +++ b/lib/rb/script/write_struct.rb
@@ -27,4 +27,4 @@ File.open(path, "w") do |file| file.write(ser.serialize(Fixtures::COMPACT_PROTOCOL_TEST_STRUCT)) -end \ No newline at end of file +end