Skip to content

Commit 12475ea

Browse files
author
Pascal de Vink
authored
Remove whitespace on blank lines
1 parent b5d3fdf commit 12475ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/enqueue/Consumption/Extension/SignalExtension.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function interruptExecutionIfNeeded(Context $context)
8787
if ($this->logger) {
8888
$this->logger->debug('[SignalExtension] Interrupt execution');
8989
}
90-
90+
9191
$context->setExecutionInterrupted($this->interruptConsumption);
9292

9393
$this->interruptConsumption = false;
@@ -110,7 +110,7 @@ public function handleSignal($signal)
110110
if ($this->logger) {
111111
$this->logger->debug('[SignalExtension] Interrupt consumption');
112112
}
113-
113+
114114
$this->interruptConsumption = true;
115115
break;
116116
default:

0 commit comments

Comments
 (0)