OSDN Git Service

AppDelegateからウインドウに関する部分を分離した
[kcd/KCD.git] / KCD / ScreenshotDetailViewController.swift
index 179ae46..16a3326 100644 (file)
@@ -13,7 +13,6 @@ class ScreenshotDetailViewController: BridgeViewController {
         arrayController.removeObserver(self, forKeyPath: NSSelectionIndexesBinding)
     }
     
-    
     @IBOutlet var imageView: ImageView!
     
     override var nibName: String! {
@@ -32,7 +31,10 @@ class ScreenshotDetailViewController: BridgeViewController {
         updateSelections()
     }
     
-    override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChangeKey: Any]?, context: UnsafeMutableRawPointer?) {
+    override func observeValue(forKeyPath keyPath: String?,
+                               of object: Any?,
+                               change: [NSKeyValueChangeKey: Any]?,
+                               context: UnsafeMutableRawPointer?) {
         if keyPath == NSSelectionIndexesBinding {
             updateSelections()
             return