Skip to content

Commit 9e857bc

Browse files
committed
Make lint happey
1 parent df8d032 commit 9e857bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/domain/entities/LhcFill.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
* @property {number|null} stableBeamsDuration
2121
* @property {string|null} beamType
2222
* @property {string|null} fillingSchemeName
23-
* @property {number|null} collidingBunchesCount - received from LHC_IF service via the PATCH endpoint /api/lhcFills/:fillNumber with issued token
24-
* @property {number|null} deliveredLuminosity - received from LHC_IF service via the PATCH endpoint /api/lhcFills/:fillNumber with issued token
23+
* @property {number|null} collidingBunchesCount - received from LHC_IF service via PATCH endpoint /api/lhcFills/:fillNumber with issued token
24+
* @property {number|null} deliveredLuminosity - received from LHC_IF service via PATCH endpoint /api/lhcFills/:fillNumber with issued token
2525
* @property {LhcFillStatistics|null} statistics
2626
* @property {Run[]} runs
2727
*/

0 commit comments

Comments
 (0)