Remove trailing whitespaces

This commit is contained in:
Aya Morisawa 2018-12-26 19:58:04 +09:00
parent 3106e0b4a8
commit 8549f0992c

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;
}
}