From 94b92013ceace527e802120a65ae3fe50eaf162c Mon Sep 17 00:00:00 2001 From: Ryan Nystrom Date: Wed, 26 Oct 2016 16:33:31 -0700 Subject: [PATCH] Fix bad merge Summary: Not sure why the build badge is green. Also need to get this to block landing internally. Reviewed By: jessesquires Differential Revision: D4084875 fbshipit-source-id: 67603f7db379f7311dc9c99d77c2e7ce08aff9b1 --- .../IGListKitExamples/ViewControllers/DemosViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Example/IGListKitExamples/ViewControllers/DemosViewController.swift b/Example/IGListKitExamples/ViewControllers/DemosViewController.swift index 647b6fd1..80580da3 100644 --- a/Example/IGListKitExamples/ViewControllers/DemosViewController.swift +++ b/Example/IGListKitExamples/ViewControllers/DemosViewController.swift @@ -31,7 +31,6 @@ class DemosViewController: UIViewController, IGListAdapterDataSource { DemoItem(name: "Single Section Controller", controllerClass: SingleSectionViewController.self), DemoItem(name: "Storyboard", controllerClass: SingleSectionViewController.self, controllerIdentifier: "demo"), DemoItem(name: "Single Section Storyboard", controllerClass: SingleSectionViewController.self, controllerIdentifier: "singleSectionDemo"), - DemoItem(name: "Working Range", controllerClass: WorkingRangeViewController.self) DemoItem(name: "Working Range", controllerClass: WorkingRangeViewController.self), DemoItem(name: "Diff Algorithm", controllerClass: DiffTableViewController.self), ]