Skip to content

Commit fcfcde4

Browse files
committed
style: fix linter errors
1 parent e18f5e1 commit fcfcde4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
function FeatureWithToken(context) {
2-
context.onShellMessage('apiTokenChange', function (
3-
apiToken
4-
) {
5-
// Fetch stuff with token
6-
});
2+
context.onShellMessage(
3+
'apiTokenChange',
4+
function (apiToken) {
5+
// Fetch stuff with token
6+
}
7+
);
78
}

0 commit comments

Comments
 (0)