Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed May 18, 2015
1 parent c0e79f0 commit 4b9a46b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Aws/S3/Resources/s3-2006-03-01.php
Original file line number Diff line number Diff line change
Expand Up @@ -5283,10 +5283,10 @@
'NoSuchKey',
),
),
'ObjectNotExists' => array(
'operation' => 'HeadObject',
'success.type' => 'error',
'success.value' => 'NoSuchKey'
)
'ObjectNotExists' => array(
'operation' => 'HeadObject',
'success.type' => 'error',
'success.value' => 'NoSuchKey'
),
),
);

0 comments on commit 4b9a46b

Please sign in to comment.