Skip to content

Commit f95f59f

Browse files
author
Pascal de Vink
authored
Remove whitespace on blank lines
1 parent c25dc2d commit f95f59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/enqueue/Consumption/Extension/SignalExtension.php

Lines changed: 2 additions & 2 deletions
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)