From 5a11e0f7d9c6a7c496b84f44ec5fdab676e4c851 Mon Sep 17 00:00:00 2001 From: dupontz Date: Mon, 16 Sep 2024 13:59:25 -0700 Subject: [PATCH] fix identation --- bastion/launch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bastion/launch.go b/bastion/launch.go index 3d05853..4f68966 100644 --- a/bastion/launch.go +++ b/bastion/launch.go @@ -191,7 +191,7 @@ func CmdLaunchWindowsBastion(c *cli.Context) error { publicIpAddress bool bastionInstanceId string volumeEncryption bool - volumeType string + volumeType string ) id = GenerateSessionId()