Skip to content

Commit 09004b4

Browse files
committed
Spider - fix code indentation
1 parent 51a20fa commit 09004b4

File tree

1 file changed

+5
-5
lines changed
  • app/server/ruby/lib/sonicpi/lang

1 file changed

+5
-5
lines changed

app/server/ruby/lib/sonicpi/lang/core.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4371,11 +4371,11 @@ def sync_event(*args)
43714371
m = last_sync.bpm
43724372
else
43734373
t = current_time
4374-
p = __system_thread_locals.get(:sonic_pi_spider_thread_priority, -100)
4375-
i = __current_thread_id
4376-
d = __system_thread_locals.get(:sonic_pi_spider_thread_delta, 0)
4377-
b = current_beat
4378-
m = current_bpm_mode
4374+
p = __system_thread_locals.get(:sonic_pi_spider_thread_priority, -100)
4375+
i = __current_thread_id
4376+
d = __system_thread_locals.get(:sonic_pi_spider_thread_delta, 0)
4377+
b = current_beat
4378+
m = current_bpm_mode
43794379
end
43804380

43814381
se = @event_history.sync(t, p, i, d, b, m, cue_id, arg_matcher)

0 commit comments

Comments
 (0)