Skip to content

Commit

Permalink
tweaking indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan authored Apr 17, 2020
1 parent 806fd5d commit a499441
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ public function buildConfiguration(NodeBuilder $node)
{
$node
->scalarNode('base_api_url')
->info('Base API URL, modify this for self-hosted instances')
->defaultValue('https://api.buddy.works')
->cannotBeEmpty()
->info('Base API URL, modify this for self-hosted instances')
->defaultValue('https://api.buddy.works')
->cannotBeEmpty()
->end();
}

Expand Down

0 comments on commit a499441

Please sign in to comment.