Remove trailing whitespaces

This commit is contained in:
Aya Morisawa 2018-12-26 19:58:04 +09:00
parent c8b45f4f42
commit dfc6ef4be6
No known key found for this signature in database
GPG key ID: 3E64865D70D579F2

View file

@ -160,7 +160,7 @@ router.get('/notes/:note', async ctx => {
summary: getNoteSummary(_note)
});
ctx.set('Cache-Control', 'private, max-age=0, must-revalidate');
return;
}
}