Skip to content

Commit 52a0054

Browse files
committed
style: remove blank line padding
1 parent 515190c commit 52a0054

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

firebase/functions/src/osm_auth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ function fbToken(req, res, admin, redirect_uri, osm_login_link, client_id, clien
203203
// back into the app to allow the user to take action
204204
return res.json({ error: error.toString() });
205205
}
206-
207206
}
208207

209208
export const token = async (req: any, res: any, admin: any) => {

0 commit comments

Comments
 (0)