From 654a3f2e13a0b54b86bca03ee8bd1429056433d5 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 8 Jun 2025 08:34:13 -0700 Subject: [PATCH] chore: Remove unnecessary docstrings from client records --- src/milquetoast/client.clj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/milquetoast/client.clj b/src/milquetoast/client.clj index 9905f2e..4e53ab1 100644 --- a/src/milquetoast/client.clj +++ b/src/milquetoast/client.clj @@ -72,7 +72,6 @@ (get-topic-raw! [_ topic opts])) (defrecord MilquetoastClient - "Record implementing the IMilquetoastClient protocol for a basic MQTT client." [client open-channels verbose] IMilquetoastClient (send-message! [_ topic msg opts] @@ -134,7 +133,6 @@ (assoc :timestamp (Instant/now)))) (defrecord MilquetoastJsonClient - "Record implementing the IMilquetoastClient protocol for an MQTT client that sends and receives JSON messages." [client] IMilquetoastClient (send-message! [_ topic msg opts]