From ab3d9de6966d3ce99ba7f1ef34e04af235857ca4 Mon Sep 17 00:00:00 2001 From: Nagasawa Hiroki Date: Sat, 6 Feb 2016 19:22:30 +0900 Subject: [PATCH] Remove a blank line --- Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift b/Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift index de85eb1b..81be41fa 100644 --- a/Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift +++ b/Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift @@ -127,7 +127,6 @@ example("generate") { .subscribe { event in print(event) } - } /*: