From 9d2f95bb58f856aaf9142426e90e5783c98af8f1 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Mon, 27 Jan 2025 14:51:28 +0000 Subject: Makes doc-comments cleaner/more elegant --- hsm-dummy-pulser/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hsm-dummy-pulser') diff --git a/hsm-dummy-pulser/Main.hs b/hsm-dummy-pulser/Main.hs index 3e2a7ae..fc4712c 100644 --- a/hsm-dummy-pulser/Main.hs +++ b/hsm-dummy-pulser/Main.hs @@ -42,8 +42,8 @@ stateRun = Nothing [(LogAttention, "Sent " <> pack (show env.pulses) <> " pulses")] --- Dummy pulser service: --- Proof of concept. Publishes a "pulse" through ZMQ at a set interval. +-- Dummy Pulser Service: A proof of concept that publishes a "pulse" message +-- via ZMQ at a set interval. main :: IO () main = launch @Env "dummy-pulser" withoutInputEcho $ \env logger level -> -- cgit v1.2.1