From 89b48ecc77b7a6ea6ee65f50d247a071fd3fffbf Mon Sep 17 00:00:00 2001 From: cmamedzade <41629353+cmamedzade@users.noreply.github.com> Date: Wed, 15 Jun 2022 14:45:15 +0200 Subject: [PATCH] Update CheatSheet.md --- CheatSheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CheatSheet.md b/CheatSheet.md index 070c836..2f73915 100644 --- a/CheatSheet.md +++ b/CheatSheet.md @@ -90,6 +90,7 @@ is not met. See [`scala.Predef`](https://www.scala-lang.org/api/current/scala/Pr ## End markers + When the body of a class, object, trait, method or value becomes long, visually inspecting where it ends might become challenging. In these situations, it is possible to explicitly signal to the reader that the body