Skip to content

Commit

Permalink
fix indents
Browse files Browse the repository at this point in the history
  • Loading branch information
sriv committed Dec 20, 2018
1 parent 19bd84f commit e3a1009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var path = require("path");
var version = require("../package.json").version;
var os = require("os");
const gaTestTrackingID = "UA-100778536-1",
gaTrackingID = "UA-54838477-1";
gaTrackingID = "UA-54838477-1";

var isCI = function () {
var env = process.env;
Expand Down

0 comments on commit e3a1009

Please sign in to comment.