From 2ede375ec050ad2cec8196ff9323ccdb13fce0a1 Mon Sep 17 00:00:00 2001 From: richherrera Date: Mon, 15 Jul 2024 16:17:29 -0600 Subject: [PATCH] Fix lint --- Sources/VenmoPayments/VenmoClient.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/VenmoPayments/VenmoClient.swift b/Sources/VenmoPayments/VenmoClient.swift index 63f33a64..6410ea5b 100644 --- a/Sources/VenmoPayments/VenmoClient.swift +++ b/Sources/VenmoPayments/VenmoClient.swift @@ -1,5 +1,6 @@ import Foundation public class VenmoClient { + // TODO: to be implemented in a future PR }