diff --git a/README.md b/README.md index 826c3385..971a8ee5 100644 --- a/README.md +++ b/README.md @@ -129,4 +129,5 @@ Used to enforce Swift style and conventions. - React - https://github.com/optimizely/react-sdk -- Ruby - https://github.com/optimizely/ruby-sdk \ No newline at end of file +- Ruby - https://github.com/optimizely/ruby-sdk + diff --git a/Sources/Data Model/Event.swift b/Sources/Data Model/Event.swift index 54f3fc8c..0de4cf57 100644 --- a/Sources/Data Model/Event.swift +++ b/Sources/Data Model/Event.swift @@ -21,3 +21,6 @@ struct Event: Codable, Equatable, OptimizelyEvent { var key: String var experimentIds: [String] } + + +