Skip to content

Commit 6e90ab6

Browse files
Lint code
1 parent f2fd8b8 commit 6e90ab6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/services/Select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @kind function
55
*
66
*/
7-
angular.module('schemaForm').factory('sfSelect', ['sfPath', function (sfPath) {
7+
angular.module('schemaForm').factory('sfSelect', ['sfPath', function(sfPath) {
88
var numRe = /^\d+$/;
99

1010
/**

src/sfPath.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ angular.module('schemaForm').provider('sfPath',
2020
this.parse = ObjectPath.parse;
2121
this.stringify = ObjectPath.stringify;
2222
this.normalize = ObjectPath.normalize;
23-
this.$get = function () {
23+
this.$get = function() {
2424
return ObjectPath;
2525
};
2626
}]);

0 commit comments

Comments
 (0)