Skip to content

Commit

Permalink
Removed unneeded spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrehm authored and weaverryan committed Jan 30, 2015
1 parent 56dd365 commit 075b652
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cookbook/security/api_key_authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ using the ``simple_preauth`` key:
),
),
'providers' => array(
'api_key_user_provider' => array(
'id' => 'api_key_user_provider',
'api_key_user_provider' => array(
'id' => 'api_key_user_provider',
),
),
));
Expand Down Expand Up @@ -488,8 +488,8 @@ configuration or set it to ``false``:
),
),
'providers' => array(
'api_key_user_provider' => array(
'id' => 'api_key_user_provider',
'api_key_user_provider' => array(
'id' => 'api_key_user_provider',
),
),
));
Expand Down

0 comments on commit 075b652

Please sign in to comment.