From 59412ee6ee0b1a0f3a451aab9eb38929d4fc3316 Mon Sep 17 00:00:00 2001 From: Himanshu Biradar <68207231+himanshubir@users.noreply.github.com> Date: Sat, 29 Jun 2024 03:20:12 -0400 Subject: [PATCH] Fix formatting for conditionalArgument on Rules.md (#1743) --- Rules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rules.md b/Rules.md index b3e9cd022..90a24245b 100644 --- a/Rules.md +++ b/Rules.md @@ -525,7 +525,7 @@ Option | Description - bar = "bar" + "bar" } - +``` ```diff - let foo: String - switch condition { @@ -538,7 +538,7 @@ Option | Description + "bar" } ``` - +``` diff // With --condassignment always (disabled by default) - switch condition { + foo.bar = switch condition {