From b9bf9eaefe08ce10c1ae77d9514931069a561a3d Mon Sep 17 00:00:00 2001 From: Daniel Bruce Date: Wed, 10 Sep 2025 14:48:18 -0400 Subject: [PATCH] Add a comment --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 43ea58ad8..844016c7a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -123,6 +123,8 @@ const gapic = Object.freeze({ v1: require('./v1'), }); +// Just a comment. + const urlSafeKey = new entity.URLSafeKey(); /**