From 3c414c12e6f3db0971811730fdd73f59f9533bd7 Mon Sep 17 00:00:00 2001 From: wonge97 <84043208+wonge97@users.noreply.github.com> Date: Thu, 27 Apr 2023 13:19:52 -0500 Subject: [PATCH] fix malformed table (#718) table was missing one space :( --- docs/additional/bounties.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/additional/bounties.rst b/docs/additional/bounties.rst index 206b35d333..4b146843d0 100644 --- a/docs/additional/bounties.rst +++ b/docs/additional/bounties.rst @@ -23,7 +23,7 @@ The following contracts are in scope of the bug bounty. Please note that any bug | | * `ZeroEx.sol `__ | | | | * `ZeroExOptimized.sol `__ | | | | * `external/*.sol `__ | | -| | * `features/*.sol `__ | | +| | * `features/*.sol `__ | | | | * `fixins/*.sol `__ | | | | * `migrations/*.sol `__ | | | | * `storage/*.sol `__ | | @@ -71,4 +71,4 @@ Disclosures Please e-mail all submissions to security@0x.org with the subject "BUG BOUNTY". Your submission should include any steps required to reproduce or exploit the vulnerability. Please allow time for the vulnerability to be fixed before discussing any findings publicly. After receiving a submission, -we will contact you with expected timelines for a fix to be implemented. \ No newline at end of file +we will contact you with expected timelines for a fix to be implemented.