# HG changeset patch # User wenzelm # Date 1718488350 -7200 # Node ID 2740dec064f903b5ecc7fe69280ed5da22b3f409 # Parent 00600ebb8aa3a9c8a5ce17940b0420b0b11c3987 tuned whitespace; diff -r 00600ebb8aa3 -r 2740dec064f9 src/Pure/General/bytes.scala --- a/src/Pure/General/bytes.scala Sat Jun 15 23:49:06 2024 +0200 +++ b/src/Pure/General/bytes.scala Sat Jun 15 23:52:30 2024 +0200 @@ -436,7 +436,7 @@ def proper: Option[Bytes] = if (is_empty) None else Some(this) - def +(other: Bytes): Bytes = + def + (other: Bytes): Bytes = if (other.is_empty) this else if (is_empty) other else {