From 92ed02fc603f5c65866953d1dac7f75101fa1e6a Mon Sep 17 00:00:00 2001 From: rcancro Date: Fri, 6 May 2016 09:34:31 -0700 Subject: [PATCH] fix indentation --- examples/BackgroundPropertySetting/Sample/ViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/BackgroundPropertySetting/Sample/ViewController.swift b/examples/BackgroundPropertySetting/Sample/ViewController.swift index 88edf7813d..7e3b494ca0 100644 --- a/examples/BackgroundPropertySetting/Sample/ViewController.swift +++ b/examples/BackgroundPropertySetting/Sample/ViewController.swift @@ -24,7 +24,7 @@ final class ViewController: ASViewController, ASCollectionDelegate, ASCollection layout.minimumInteritemSpacing = padding layout.minimumLineSpacing = padding super.init(node: ASCollectionNode(collectionViewLayout: layout)) - navigationItem.rightBarButtonItem = UIBarButtonItem(title: "Color", style: .Plain, target: self, action: #selector(didTapColorsButton)) + navigationItem.rightBarButtonItem = UIBarButtonItem(title: "Color", style: .Plain, target: self, action: #selector(didTapColorsButton)) navigationItem.leftBarButtonItem = UIBarButtonItem(title: "Layout", style: .Plain, target: self, action: #selector(didTapLayoutButton)) collectionNode.delegate = self collectionNode.dataSource = self