~wegtam/smederee

Showing details for patch 52aff3f49c579683cd953d7a45fd3deee8abdf74.
2024-08-03 (Sat), 10:08 AM - Jens Grassel - 52aff3f49c579683cd953d7a45fd3deee8abdf74

chore: replace tabs with spaces

Summary of changes
1 files modified with 3 lines added and 3 lines removed
  • CODINGSTYLE.md with 3 added and 3 removed lines
diff -rN -u old-smederee/CODINGSTYLE.md new-smederee/CODINGSTYLE.md
--- old-smederee/CODINGSTYLE.md	2024-11-23 08:34:12.212966948 +0000
+++ new-smederee/CODINGSTYLE.md	2024-11-23 08:34:12.212966948 +0000
@@ -52,11 +52,11 @@
    ```txt
    @(
      a: A,
-	 b: Option[B],
-	 c: Either[A, B]
+     b: Option[B],
+     c: Either[A, B]
    )(
      d: D,
-	 e: Option[E]
+     e: Option[E]
    )
    ```