| commit | 3b0ab4dfa16ac0dad477db836c60186955f15418 | [log] [tgz] |
|---|---|---|
| author | Dmytro Shteflyuk <kpumuk@kpumuk.info> | Wed Mar 11 17:46:48 2026 -0400 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Tue Mar 17 22:06:26 2026 +0100 |
| tree | 230b742e3a52b56d09c4e6beaf3ca68621a01a3a | |
| parent | dfeab8d57f41c8ca52269181a7be0092383d94ab [diff] [blame] |
Enforce consistent whitespaces around blocks, equal signs, and in parameters in Ruby code
diff --git a/lib/rb/benchmark/server.rb b/lib/rb/benchmark/server.rb index 6df3fa9..45f2864 100644 --- a/lib/rb/benchmark/server.rb +++ b/lib/rb/benchmark/server.rb
@@ -101,7 +101,7 @@ end def resolve_const(const) - const and const.split('::').inject(Object) { |k,c| k.const_get(c) } + const and const.split('::').inject(Object) { |k, c| k.const_get(c) } end tls = true if ARGV[0] == '-tls' and ARGV.shift