Skip to content

Commit

Permalink
cleaning up some formatting issues identified by codefactor
Browse files Browse the repository at this point in the history
  • Loading branch information
JJBussert committed Mar 25, 2021
1 parent 83858d7 commit 67a61b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/CommonStack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public CommonStack()
}
});
// az ad app permission admin-consent --id 796fdf79-be86-4554-b34c-871f95cf3293
TestClientId = appReg.ApplicationId;//.Apply(s => TestClientId = Output.Create(s));
TestClientId = appReg.ApplicationId;
//// Create an Azure Resource Group
//var resourceGroup = new ResourceGroup("e13-rg-github");

Expand Down
2 changes: 1 addition & 1 deletion src/E13.Common.Infra/SolutionStack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public Output<string> AppInsightsKey
ResourceGroupName = RGName.Apply(n => n),

Tags = StandardTags()
}); ;
});
_appInsightsKey = i.InstrumentationKey;
}
return _appInsightsKey;
Expand Down

0 comments on commit 67a61b2

Please sign in to comment.