From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- ca-es/groovy-ca.html.markdown | 3 --- ca-es/html-ca.html.markdown | 1 - ca-es/kotlin-ca.html.markdown | 1 - 3 files changed, 5 deletions(-) (limited to 'ca-es') diff --git a/ca-es/groovy-ca.html.markdown b/ca-es/groovy-ca.html.markdown index f0a9adbe..9e3dabe1 100644 --- a/ca-es/groovy-ca.html.markdown +++ b/ca-es/groovy-ca.html.markdown @@ -13,7 +13,6 @@ translations: Groovy - Un llenguatge dinàmic per la plataforma Java [Llegir-ne més.](http://www.groovy-lang.org/) ```groovy - /* Posa'l en marxa tu mateix: @@ -413,8 +412,6 @@ int sum(int x, int y) { } assert sum(2,5) == 7 - - ``` ## Per aprendre'n més diff --git a/ca-es/html-ca.html.markdown b/ca-es/html-ca.html.markdown index 351eb722..206d9885 100644 --- a/ca-es/html-ca.html.markdown +++ b/ca-es/html-ca.html.markdown @@ -160,7 +160,6 @@ article tracta principalment la sintaxi de l'HTML i alguns consells útils. Segona fila, segona columna - ``` ## Ús diff --git a/ca-es/kotlin-ca.html.markdown b/ca-es/kotlin-ca.html.markdown index cd05a808..04681e11 100644 --- a/ca-es/kotlin-ca.html.markdown +++ b/ca-es/kotlin-ca.html.markdown @@ -379,7 +379,6 @@ fun useObject() { ObjectExample.hello() val someRef: Any = ObjectExample // podem fer servir el nom de l'objecte } - ``` ### Per llegir més -- cgit v1.2.3