From ac5d0056a260640272b482cd5f51bc1aa26619df Mon Sep 17 00:00:00 2001 From: Ray Robot <38279597+ray-robot@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:44:34 +0300 Subject: [PATCH] Wrong `comment on function` name (#245) --- files/grest/rpc/pool/pool_retirements.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/grest/rpc/pool/pool_retirements.sql b/files/grest/rpc/pool/pool_retirements.sql index d2e7a16a..09772a75 100644 --- a/files/grest/rpc/pool/pool_retirements.sql +++ b/files/grest/rpc/pool/pool_retirements.sql @@ -25,4 +25,4 @@ AS $$ WHERE b.epoch_no = _epoch_no; $$; -COMMENT ON FUNCTION grest.pool_registrations IS 'A list of all pool retirements initiated in the requested epoch'; --noqa: LT01 \ No newline at end of file +COMMENT ON FUNCTION grest.pool_retirements IS 'A list of all pool retirements initiated in the requested epoch'; --noqa: LT01