From 53de1d0c860c63a523e38b7521bd246b926f1c66 Mon Sep 17 00:00:00 2001 From: yzx9 Date: Mon, 4 Dec 2023 21:41:55 +0800 Subject: [PATCH] Add ending newline --- .../sharelatex_diff/AuthenticationController.js.diff | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/ldap-overleaf-sl/sharelatex_diff/AuthenticationController.js.diff b/ldap-overleaf-sl/sharelatex_diff/AuthenticationController.js.diff index 09581c6..3f65fb1 100644 --- a/ldap-overleaf-sl/sharelatex_diff/AuthenticationController.js.diff +++ b/ldap-overleaf-sl/sharelatex_diff/AuthenticationController.js.diff @@ -1,7 +1,8 @@ 68a69,70 > alphaProgram: user.alphaProgram || undefined, // only store if set > betaProgram: user.betaProgram || undefined, // only store if set -266a269,365 +265a268,364 +> > // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > oauth2Redirect(req, res, next) { > // random state @@ -98,9 +99,3 @@ > } > }, > // <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -> -636c735 -< module.exports = AuthenticationController ---- -> module.exports = AuthenticationController -\ 文件末尾没有换行符