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

Commit 8637e1c

Browse files
committed
style: add trailing comma
appease eslint https://eslint.org/docs/rules/comma-dangle
1 parent f6d93fa commit 8637e1c

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
@@ -173,7 +173,7 @@ define(['angular', 'jquery'], function(angular, $) {
173173
method: 'POST',
174174
url: SERVICE_LOC.newLayout,
175175
data: {'layout': newLayout, 'new': false},
176-
dataType: 'json'
176+
dataType: 'json',
177177
});
178178
});
179179
};

0 commit comments

Comments
 (0)