| 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] |
Enforce consistent emtpy lines and trailing whitespaces in Ruby code
diff --git a/test/rb/integration/TestClient.rb b/test/rb/integration/TestClient.rb index ca54c8b..7a360ef 100755 --- a/test/rb/integration/TestClient.rb +++ b/test/rb/integration/TestClient.rb
@@ -82,7 +82,7 @@ else @socket = Thrift::UNIXSocket.new($domain_socket) end - + if $transport == "buffered" transportFactory = Thrift::BufferedTransport.new(@socket) elsif $transport == "framed"