Skip to content

Commit e670fe0

Browse files
fix lint issue
1 parent 67c1dd9 commit e670fe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/fixtures/userStatus/userStatus.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ const generateUserStatusData = (state, updatedAt, from, until = "", message = ""
5151
};
5252
};
5353

54-
const generateMonthlyHours = (committed=0) =>{
54+
const generateMonthlyHours = (committed = 0) => {
5555
return {
5656
monthlyHours: {
5757
committed,
5858
},
5959
};
60-
}
60+
};
6161

6262
module.exports = {
6363
userStatusDataForNewUser,
6464
userStatusDataForOooState,
6565
oooStatusDataForShortDuration,
6666
generateUserStatusData,
67-
generateMonthlyHours
67+
generateMonthlyHours,
6868
};

0 commit comments

Comments
 (0)