Skip to content

Commit 1e9da6d

Browse files
committed
formatting
1 parent a2ea597 commit 1e9da6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby-debug-ide/xml_printer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def jruby_timeout(sec)
191191
end
192192

193193
def exec_with_allocation_control(value, memory_limit, time_limit, exec_method, overflow_message_type)
194-
return jruby_timeout(time_limit/1e3) {value.send exec_method} if defined?(JRUBY_VERSION)
194+
return jruby_timeout(time_limit / 1e3) {value.send exec_method} if defined?(JRUBY_VERSION)
195195
return value.send exec_method if RUBY_VERSION < '2.0'
196196

197197
curr_thread = Thread.current

0 commit comments

Comments
 (0)