Skip to content

Commit 3de0241

Browse files
committed
Yet another attempt to fix eslint format errors
1 parent 0b8da57 commit 3de0241

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

lib/action/interfaces.js

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ class ActionInterfaces {
3232
*/
3333
static get CancelGoal() {
3434
if (!ActionInterfaces._cancelGoalInterface) {
35-
ActionInterfaces._cancelGoalInterface = loader.loadInterface(
36-
CANCEL_GOAL_SERVICE
37-
);
35+
ActionInterfaces._cancelGoalInterface =
36+
loader.loadInterface(CANCEL_GOAL_SERVICE);
3837
}
3938

4039
return ActionInterfaces._cancelGoalInterface;
@@ -45,9 +44,8 @@ class ActionInterfaces {
4544
*/
4645
static get GoalInfo() {
4746
if (!ActionInterfaces._goalInfoInterface) {
48-
ActionInterfaces._goalInfoInterface = loader.loadInterface(
49-
GOAL_INFO_MESSAGE
50-
);
47+
ActionInterfaces._goalInfoInterface =
48+
loader.loadInterface(GOAL_INFO_MESSAGE);
5149
}
5250

5351
return ActionInterfaces._goalInfoInterface;
@@ -58,9 +56,8 @@ class ActionInterfaces {
5856
*/
5957
static get GoalStatus() {
6058
if (!ActionInterfaces._goalStatusInterface) {
61-
ActionInterfaces._goalStatusInterface = loader.loadInterface(
62-
GOAL_STATUS_MESSAGE
63-
);
59+
ActionInterfaces._goalStatusInterface =
60+
loader.loadInterface(GOAL_STATUS_MESSAGE);
6461
}
6562

6663
return ActionInterfaces._goalStatusInterface;

0 commit comments

Comments
 (0)