diff --git a/Tips-and-tricks.textile b/Tips-and-tricks.textile index 9b7c569..db7605a 100644 --- a/Tips-and-tricks.textile +++ b/Tips-and-tricks.textile @@ -10,12 +10,10 @@ h1. Using reserved words as identifiers h1. Tricks with conditional compilation
-
 const someFeature = True
 
 when someFeature:
   const someSubFeature = true
 else:
   const someSubFeature = false
-
 
\ No newline at end of file