From d5d57a7e301960b6b4bbbf2d8c5d77a472c36545 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Wed, 5 Jul 2023 08:47:39 -0700 Subject: [PATCH] Move Feed.swift to FeedProtocol.swift --- Account/Sources/Account/{Feed.swift => FeedProtocol.swift} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Account/Sources/Account/{Feed.swift => FeedProtocol.swift} (97%) diff --git a/Account/Sources/Account/Feed.swift b/Account/Sources/Account/FeedProtocol.swift similarity index 97% rename from Account/Sources/Account/Feed.swift rename to Account/Sources/Account/FeedProtocol.swift index e7f50b5ef..f007eaf3f 100644 --- a/Account/Sources/Account/Feed.swift +++ b/Account/Sources/Account/FeedProtocol.swift @@ -1,5 +1,5 @@ // -// Feed.swift +// FeedProtocol.swift // Account // // Created by Maurice Parker on 11/15/19.