Skip to content

Commit 1c275f6

Browse files
committed
Remove empty space
1 parent 4d36f45 commit 1c275f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lesson03/exercise_004/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function handleNotFound(response) {
2121

2222
function handleProductsPage(requestUrl, response) {
2323
const template = handlebars.compile(fs.readFileSync('html/index.html').toString());
24-
24+
2525
response.writeHead(200);
2626
response.write(template({ products }));
2727
response.end();

0 commit comments

Comments
 (0)