From 8078e121d7db5a16fc19433eab27a320c74bcee1 Mon Sep 17 00:00:00 2001 From: YoHan Cho Date: Thu, 15 Dec 2022 13:20:47 +0900 Subject: [PATCH] Make some space --- Sources/ComposableArchitecture/ReducerProtocol.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ComposableArchitecture/ReducerProtocol.swift b/Sources/ComposableArchitecture/ReducerProtocol.swift index 2b43f1d33f20..8ac638eda7e2 100644 --- a/Sources/ComposableArchitecture/ReducerProtocol.swift +++ b/Sources/ComposableArchitecture/ReducerProtocol.swift @@ -160,7 +160,7 @@ /// } /// ``` /// - public protocol ReducerProtocol { + public protocol ReducerProtocol { /// A type that holds the current state of the reducer. associatedtype State