Skip to content

Commit cfaa44d

Browse files
committed
CS
1 parent c8d0189 commit cfaa44d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CliMenuBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ public function setMarginAuto() : self
238238
}
239239

240240
public function setMargin(int $margin) : self
241-
{
241+
{
242242
Assertion::greaterOrEqualThan($margin, 0);
243243

244-
$this->style['marginAuto'] = false;
244+
$this->style['marginAuto'] = false;
245245
$this->style['margin'] = $margin;
246246

247247
return $this;

0 commit comments

Comments
 (0)