Skip to content

Commit

Permalink
Updated basic formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Micheal Morgan committed Dec 12, 2012
1 parent 49d1a1d commit b748c7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion config/restify.php
Expand Up @@ -10,4 +10,3 @@
'http://restify.io/test'
)
);

2 changes: 1 addition & 1 deletion init.php
Expand Up @@ -8,4 +8,4 @@
'directory' => 'restify',
'controller' => 'test'
));
}
}
4 changes: 2 additions & 2 deletions tests/kohana/RestifyTest.php
Expand Up @@ -30,7 +30,7 @@ public function test_request()
$restify = Model::factory('restify');

foreach ($restify->http_methods() as $method)
{
{
$data = array
(
'key1' => 'value1',
Expand Down Expand Up @@ -75,7 +75,7 @@ public function test_request_raw_body()
$restify = Model::factory('restify');

foreach (array(Restify_Request::HTTP_POST, Restify_Request::HTTP_PUT) as $method)
{
{
$data = json_encode(array
(
'key1' => 'value1',
Expand Down
2 changes: 1 addition & 1 deletion views/restify/header.php
Expand Up @@ -27,4 +27,4 @@
</script>
</head>

<body>
<body>

0 comments on commit b748c7a

Please sign in to comment.