Skip to content

Commit 83f4074

Browse files
author
GitHub Copilot
committed
Fixed Indentation
1 parent c1b2d55 commit 83f4074

File tree

1 file changed

+3
-3
lines changed
  • tutorials/quickstart/Solution/ClientUI/wwwroot/Content

1 file changed

+3
-3
lines changed

tutorials/quickstart/Solution/ClientUI/wwwroot/Content/app.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ _kms('//scripts.kissmetrics.io/' + _kmk + '.2.js');
7070

7171
$(function () {
7272

73-
GA4.quickStartRunning();
74-
_kmq.push(['record', 'QuickStart-Running-Control']);
73+
GA4.quickStartRunning();
74+
_kmq.push(['record', 'QuickStart-Running-Control']);
7575

7676
window.sentMessage = function () {
7777
GA4.quickStartMessageSent();
@@ -84,7 +84,7 @@ _kms('//scripts.kissmetrics.io/' + _kmk + '.2.js');
8484
return;
8585
}
8686

87-
GA4.quickStartDisplayedLicenseButton();
87+
GA4.quickStartDisplayedLicenseButton();
8888

8989
licenseBtn.attr('href', 'https://particular.net/license/nservicebus?v=' + window.NSB_VERSION + '&t=0').click(function (e) {
9090
GA4.quickStartClickedLicenseButton();

0 commit comments

Comments
 (0)