Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

Commit f6d93fa

Browse files
committed
style: remove space after key
appease eslint https://eslint.org/docs/rules/key-spacing
1 parent aacded7 commit f6d93fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/webapp/my-app/layout/services.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ define(['angular', 'jquery'], function(angular, $) {
172172
return $http({
173173
method: 'POST',
174174
url: SERVICE_LOC.newLayout,
175-
data: {'layout' : newLayout, 'new' : false},
175+
data: {'layout': newLayout, 'new': false},
176176
dataType: 'json'
177177
});
178178
});

0 commit comments

Comments
 (0)