Skip to content

Commit

Permalink
Add empty line at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
miusuncle committed Oct 31, 2016
1 parent 9120782 commit afcc52d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test-server/controllers/auth.php
Expand Up @@ -109,4 +109,4 @@ private function respond4CommonErrors($indicator) {
}

$ctrl = new AuthController;
$ctrl->handle();
$ctrl->handle();
2 changes: 1 addition & 1 deletion tests/test-server/controllers/tunnel-get-wsurl.php
Expand Up @@ -9,4 +9,4 @@
'connectUrl' => 'wss://ws.qcloud.com/ws/tunnel1',
), JSON_UNESCAPED_UNICODE),
'signature' => 'fake_signature',
));
));
2 changes: 1 addition & 1 deletion tests/test-server/controllers/tunnel-ws-push.php
Expand Up @@ -28,4 +28,4 @@
'message' => 'OK',
'data' => array(),
));
}
}

0 comments on commit afcc52d

Please sign in to comment.