Skip to content

Commit

Permalink
chore(prettier): Just Use Prettier™
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Feb 21, 2019
1 parent f3fd790 commit b6bab1e
Show file tree
Hide file tree
Showing 433 changed files with 30,287 additions and 28,369 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import _ from 'lodash';

import { API } from '@spinnaker/core';

module.exports = angular
.module('spinnaker.amazon.instanceType.service', [])
.factory('awsInstanceTypeService', ['$http', '$q', function($http, $q) {
module.exports = angular.module('spinnaker.amazon.instanceType.service', []).factory('awsInstanceTypeService', [
'$http',
'$q',
function($http, $q) {
var m5 = {
type: 'm5',
description:
Expand Down Expand Up @@ -289,4 +290,5 @@ module.exports = angular
filterInstanceTypes,
isEbsOptimized,
};
}]);
},
]);
Loading

0 comments on commit b6bab1e

Please sign in to comment.