Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
fix(me api): eslint no-multi-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
antleblanc committed Apr 20, 2018
1 parent 7091b82 commit 1f889c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -6531,7 +6531,7 @@ angular.module("ovh-api-services").service("OvhApiMeApiApplicationV6", ["$cacheF
}
};

var resource = $resource("/me/api/application/:applicationId", {
var resource = $resource("/me/api/application/:applicationId", {
applicationId: "@applicationId"
}, {
query: {
Expand Down
2 changes: 1 addition & 1 deletion src/me/api/application/me-api-application.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ angular.module("ovh-api-services").service("OvhApiMeApiApplicationV6", function
}
};

var resource = $resource("/me/api/application/:applicationId", {
var resource = $resource("/me/api/application/:applicationId", {
applicationId: "@applicationId"
}, {
query: {
Expand Down

0 comments on commit 1f889c0

Please sign in to comment.