Auto formatting

This commit is contained in:
2022-05-02 02:04:40 -04:00
parent f103dc7bed
commit b2516fc80a
64 changed files with 683 additions and 548 deletions
+5 -4
View File
@@ -47,10 +47,11 @@
<InfoBodyComponent>
<InfoQuestionComponent>What data does this website collect?</InfoQuestionComponent>
<InfoAnswerComponent>This website usages Google Analytics to collect data on usage of this website.
<InfoAnswerComponent>
This website usages Google Analytics to collect data on usage of this website.
<br/><br/>
Items include: if people use keyboard or mouse in build calculator, what pages people visit, and other usages.
</InfoAnswerComponent>
</InfoAnswerComponent>
</InfoBodyComponent>
<InfoBodyComponent>
@@ -62,8 +63,8 @@
@code {
private bool _storageEnabled = false;
private bool _dataCollectionEnabled = false;
private bool _storageEnabled;
private bool _dataCollectionEnabled;
protected override void OnInitialized()
{