From f254cb1190ad560c5f92e9c765ee8c2b16cfde98 Mon Sep 17 00:00:00 2001 From: ccamel Date: Thu, 29 Feb 2024 15:53:35 +0100 Subject: [PATCH] style(predicates): make linter happy again --- predicates/bech32_address_2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/predicates/bech32_address_2.md b/predicates/bech32_address_2.md index bb9a06fe7f8..a14784b0d61 100644 --- a/predicates/bech32_address_2.md +++ b/predicates/bech32_address_2.md @@ -135,7 +135,7 @@ Here's the steps of the scenario: - **Given** the program: -``` +``` prolog okp4_addr(Addr) :- bech32_address(-('okp4', _), Addr). ```