Add ending newline

This commit is contained in:
yzx9 2023-12-04 21:41:55 +08:00
parent ca692f1c36
commit 53de1d0c86

View File

@ -1,7 +1,8 @@
68a69,70 68a69,70
> alphaProgram: user.alphaProgram || undefined, // only store if set > alphaProgram: user.alphaProgram || undefined, // only store if set
> betaProgram: user.betaProgram || undefined, // only store if set > betaProgram: user.betaProgram || undefined, // only store if set
266a269,365 265a268,364
>
> // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> oauth2Redirect(req, res, next) { > oauth2Redirect(req, res, next) {
> // random state > // random state
@ -98,9 +99,3 @@
> } > }
> }, > },
> // <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< > // <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>
636c735
< module.exports = AuthenticationController
---
> module.exports = AuthenticationController
\ 文件末尾没有换行符