presentation/slide009.md in vimdeck-0.3.1 vs presentation/slide009.md in vimdeck-0.3.2

- old
+ new

@@ -1,20 +1,20 @@ - _________ ___ ____ - / ___/ __ \/ _ \/ __/ - / /__/ /_/ / // / _/ - \___/\____/____/___/ + _________ ___ ____ + / ___/ __ \/ _ \/ __/ + / /__/ /_/ / // / _/ + \___/\____/____/___/ - module Parts - class foo - def slide - "of a" - end +module Parts + class foo + def slide + "of a" + end - def can - highlight = "vimdeck" - end - end - end + def can + highlight = "vimdeck" + end + end +end