diff --git a/.gitattributes b/.gitattributes index dfe0770..eba1110 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # Auto detect text files and perform LF normalization -* text=auto +* text=auto \ No newline at end of file diff --git a/README.md b/README.md index 5060f86..eef7557 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,4 @@ See [index.js](https://github.com/aglawson/GaslesslyAPI/blob/main/index.js) for * alchemy-sdk * axios * firebase -* gcloud +* gcloud \ No newline at end of file diff --git a/app.yaml b/app.yaml index 1b10e19..65fe695 100644 --- a/app.yaml +++ b/app.yaml @@ -1,3 +1,3 @@ runtime: nodejs18 env: standard -entrypoint: node server.js +entrypoint: node server.js \ No newline at end of file diff --git a/package.json b/package.json index eb092b1..8ed92b1 100644 --- a/package.json +++ b/package.json @@ -12,4 +12,4 @@ "keccak256": "^1.0.6", "merkletreejs": "^0.3.9" } -} +} \ No newline at end of file