Skip to content

Commit 8bdbda0

Browse files
committed
DEOPSICDDB-182: Add flow and pressure units
1 parent b431e51 commit 8bdbda0

File tree

1 file changed

+2
-2
lines changed
  • csw-params/shared/src/main/scala/csw/params/core/models

1 file changed

+2
-2
lines changed

csw-params/shared/src/main/scala/csw/params/core/models/Units.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ object Units extends Enum[Units] {
167167
case object datetime extends Units("datetime", "date/time")
168168

169169
// Flow and pressure units
170-
case object psi extends Units("psi", "pounds per square inch")
171-
case object lpm extends Units("lpm", "liters per minute")
170+
case object psi extends Units("psi", "pounds per square inch")
171+
case object lpm extends Units("lpm", "liters per minute")
172172
}

0 commit comments

Comments
 (0)