Skip to content

Commit bb74cc0

Browse files
Ace Nassrijmdobry
Ace Nassri
authored andcommitted
Move mock-only code out of region tag (#494)
1 parent 8d12c78 commit bb74cc0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appengine/storage/app.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
* limitations under the License.
1414
*/
1515

16-
// [START app]
1716
'use strict';
1817

18+
const process = require('process'); // Required to mock environment variables
19+
20+
// [START app]
1921
const format = require('util').format;
2022
const express = require('express');
2123
const Multer = require('multer');
2224
const bodyParser = require('body-parser');
23-
const process = require('process'); // Required to mock environment variables
2425

2526
// By default, the client will authenticate using the service account file
2627
// specified by the GOOGLE_APPLICATION_CREDENTIALS environment variable and use

0 commit comments

Comments
 (0)