Skip to content

Commit

Permalink
Tiny style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Horzycki committed Nov 26, 2020
1 parent 601a637 commit d760c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Service/FactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function servicesProvider()
['xignite', Xignite::class, ['token' => 'token']],
['russian_central_bank', RussianCentralBank::class],
['cryptonator', Cryptonator::class],
['xchangeapi', XchangeApi::class, ['api-key' => 'api-key']]
['xchangeapi', XchangeApi::class, ['api-key' => 'api-key']],
];
}

Expand Down

0 comments on commit d760c2e

Please sign in to comment.