diff --git a/lib/storage/file.js b/lib/storage/file.js index 310e813b30b..fa67174a025 100644 --- a/lib/storage/file.js +++ b/lib/storage/file.js @@ -52,8 +52,6 @@ var STORAGE_UPLOAD_BASE_URL = 'https://www.googleapis.com/upload/storage/v1/b'; * * @alias module:storage/file * @constructor - * - * @example */ function File(bucket, name, metadata) { if (!name) {