Skip to content

Commit 3c2d608

Browse files
committed
Merge pull request #96 from GoogleCloudPlatform/broady-patch-1
containerengine/hello-world: two spaces for indentation
2 parents b998a2e + abac127 commit 3c2d608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containerengine/hello-world/server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
// [START all]
1717
var http = require('http');
1818
var handleRequest = function(request, response) {
19-
response.writeHead(200);
20-
response.end('Hello Kubernetes!');
19+
response.writeHead(200);
20+
response.end('Hello Kubernetes!');
2121
};
2222
var www = http.createServer(handleRequest);
2323
www.listen(process.env.PORT || 8080);

0 commit comments

Comments
 (0)