Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Indentation Changes. Adding newline at end of file.
Browse files Browse the repository at this point in the history
  • Loading branch information
prafulVaishnav committed Jul 24, 2015
1 parent 7a0ea71 commit 22a99f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/extensions/default/HealthData/HealthDataUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
define(function (require, exports, module) {
"use strict";

var ExtensionManager = brackets.getModule("extensibility/ExtensionManager"),
_ = brackets.getModule("thirdparty/lodash"),
var _ = brackets.getModule("thirdparty/lodash"),
ExtensionManager = brackets.getModule("extensibility/ExtensionManager"),
PreferencesManager = brackets.getModule("preferences/PreferencesManager");

var themesPref = PreferencesManager.getExtensionPrefs("themes");
Expand Down Expand Up @@ -109,4 +109,4 @@ define(function (require, exports, module) {

exports.getUserInstalledExtensions = getUserInstalledExtensions;
exports.getUserInstalledTheme = getUserInstalledTheme;
});
});

0 comments on commit 22a99f7

Please sign in to comment.