From 77cac2a31a9d2e64cdcfe50d0ac596ddcfc87726 Mon Sep 17 00:00:00 2001 From: Hovhannes Babayan Date: Mon, 24 Mar 2025 14:09:10 +0400 Subject: [PATCH] chore: remove unnecessary blank line in objcodes.ts --- src/objcodes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/objcodes.ts b/src/objcodes.ts index fbdae8d..710431a 100644 --- a/src/objcodes.ts +++ b/src/objcodes.ts @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - export const AccessLevel = 'ACSLVL' as const export const AccessLevelPermissions = 'ALVPER' as const export const AccessRequest = 'ACSREQ' as const