Skip to content

Commit 3e4118a

Browse files
committed
Add spacing around code output
1 parent b48e9f5 commit 3e4118a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Console/Commands/CurlCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ public function handle()
1616
$request = \Shift\CurlConverter\Models\Request::create($this->gatherOptions());
1717
$code = HttpCall::format($request);
1818

19+
$this->newLine();
1920
$this->line($code);
21+
$this->newLine();
2022

2123
return 0;
2224
}

0 commit comments

Comments
 (0)