Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 1956e8f

Browse files
j0g3scishabakeh
authored andcommitted
fun deno fmt
1 parent 74f54dd commit 1956e8f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/commands/kit/bundles/azure-caf-es.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ export class AzureKitBundle extends KitBundle {
7373
validationRegex: /^[a-zA-Z0-9]{2,24}$/,
7474
hint:
7575
"Unique name of the Storage Account, where the remote TF state will be stored. (2-24 alphanumerics)",
76-
validationFailureMessage: "Please enter a valid storage account name. (2-24 alphanumerics)",
76+
validationFailureMessage:
77+
"Please enter a valid storage account name. (2-24 alphanumerics)",
7778
},
7879
{
7980
description: PARAM_TF_STATE_LOCATION,

0 commit comments

Comments
 (0)