From 482b6d3291d9b3f7973bdc9c082a00c07a619fec Mon Sep 17 00:00:00 2001 From: Clemens Wolff Date: Fri, 17 May 2019 12:16:55 -0400 Subject: [PATCH] Fix indentation --- azuredeploy.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azuredeploy.json b/azuredeploy.json index a1070982..242acf6c 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -274,9 +274,9 @@ } ], "outputs": { - "databaseServer": { - "type": "string", - "value": "[variables('databaseFqdn')]" - } + "databaseServer": { + "type": "string", + "value": "[variables('databaseFqdn')]" + } } }